aboutsummaryrefslogtreecommitdiffstats
path: root/lib/templates
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-12 16:22:40 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-12 16:22:40 -0700
commit0839aa70d55951309441824d6d7badb5804042de (patch)
tree20fbc645096e54e862b4922647fac739c61b0730 /lib/templates
parent531d7dd584267e81ba57d4de7f0fe21b18a83cbb (diff)
downloadrails-0839aa70d55951309441824d6d7badb5804042de.tar.gz
rails-0839aa70d55951309441824d6d7badb5804042de.tar.bz2
rails-0839aa70d55951309441824d6d7badb5804042de.zip
Add default fixtures file on install
Diffstat (limited to 'lib/templates')
-rw-r--r--lib/templates/fixtures.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/templates/fixtures.yml b/lib/templates/fixtures.yml
new file mode 100644
index 0000000000..8b371ea604
--- /dev/null
+++ b/lib/templates/fixtures.yml
@@ -0,0 +1,4 @@
+# one:
+# record: name_of_fixture (ClassOfFixture)
+# name: content
+# body: <p>In a <i>million</i> stars!</p>