Add api/v1/parks

This commit is contained in:
2025-10-07 22:09:41 -07:00
parent f670c4e589
commit 16f851b721
4 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
require "test_helper"
class Api::V1::ParksControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get api_v1_parks_url
assert_response :success
end
end

View File

@@ -4,10 +4,10 @@ one:
code: crla
name: Crater Lake National Park
states: OR
properties:
properties: {}
two:
code: olym
name: Olympic National Park
states: WA
properties:
properties: {}