Scaffold park model

This commit is contained in:
2025-10-07 21:50:24 -07:00
parent 777cadec6b
commit c9eebe622d
5 changed files with 47 additions and 1 deletions

15
test/fixtures/parks.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
code: MyString
name: MyString
established_date: 2025-10-07 21:41:09
states: MyText
properties:
two:
code: MyString
name: MyString
established_date: 2025-10-07 21:41:09
states: MyText
properties:

7
test/models/park_test.rb Normal file
View File

@@ -0,0 +1,7 @@
require "test_helper"
class ParkTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end