starting with events, tied to profiles (not accounts)

This commit is contained in:
2023-01-16 14:49:45 +02:00
parent 63299d4464
commit cb54951037
19 changed files with 307 additions and 11 deletions

17
test/fixtures/events.yml vendored Normal file
View 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