starting with events, tied to profiles (not accounts)
This commit is contained in:
17
test/fixtures/events.yml
vendored
Normal file
17
test/fixtures/events.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
text: MyText
|
||||
start_date: 2023-01-16
|
||||
end_date: 2023-01-16
|
||||
profile: one
|
||||
picture: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
text: MyText
|
||||
start_date: 2023-01-16
|
||||
end_date: 2023-01-16
|
||||
profile: two
|
||||
picture: MyString
|
Reference in New Issue
Block a user