Initial commit

This commit is contained in:
2013-06-28 01:22:16 -04:00
commit cda1fef08a
74 changed files with 2011 additions and 0 deletions

0
test/fixtures/.gitkeep vendored Normal file
View File

11
test/fixtures/posts.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
user:
title: MyString
body: MyText
two:
user:
title: MyString
body: MyText

11
test/fixtures/users.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
# This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value