initial commit
https://guides.rubyonrails.org/getting_started.html#creating-a-database-model
This commit is contained in:
15
test/fixtures/projects.yml
vendored
Normal file
15
test/fixtures/projects.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
email: MyString
|
||||
shortname: MyString
|
||||
offer_date: 2025-09-10
|
||||
order_date: 2025-09-10
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
email: MyString
|
||||
shortname: MyString
|
||||
offer_date: 2025-09-10
|
||||
order_date: 2025-09-10
|
||||
Reference in New Issue
Block a user