adding teacher profiles
This commit is contained in:
13
test/fixtures/teachers.yml
vendored
Normal file
13
test/fixtures/teachers.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
bio: MyString
|
||||
picture: MyString
|
||||
member: one
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
bio: MyString
|
||||
picture: MyString
|
||||
member: two
|
Reference in New Issue
Block a user