Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created August 4, 2012 13:28
Show Gist options
  • Save enricostano/3257767 to your computer and use it in GitHub Desktop.
Save enricostano/3257767 to your computer and use it in GitHub Desktop.
Project fixtures
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name: MyString
institution_id: 1
start: 2012-08-03
stop: 2012-08-03
two:
name: MyString
institution_id: 1
start: 2012-08-03
stop: 2012-08-03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment