first commit, largely copied volunteers
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
# one:
|
||||
# record: name_of_fixture (ClassOfFixture)
|
||||
# name: content
|
||||
# body: <p>In a <i>million</i> stars!</p>
|
||||
Vendored
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
public: false
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
public: false
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
picture: MyString
|
||||
text: MyString
|
||||
member: one
|
||||
|
||||
two:
|
||||
picture: MyString
|
||||
text: MyString
|
||||
member: two
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
picture: MyString
|
||||
header: MyString
|
||||
text: MyText
|
||||
happened: 2023-01-11
|
||||
|
||||
two:
|
||||
picture: MyString
|
||||
header: MyString
|
||||
text: MyText
|
||||
happened: 2023-01-11
|
||||
Reference in New Issue
Block a user