Sha256: 72da9834d7cee6ed2c7db976399f688410df8063791e3b1df3b1694e4e32db7e
Contents?: true
Size: 958 Bytes
Versions: 3
Compression:
Stored size: 958 Bytes
Contents
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: person: tolson clip: tolson_roots created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> two: person: tolson clip: tolson_mentors_caldwell created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> three: person: atkins clip: atkins_fire created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> four: person: atkins clip: atkins_roots created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> five: person: raiford clip: raiford created_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %> updated_at: <%= DateTime.now.strftime('%y-%m-%d %H:%M:%S') %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kinney-0.0.3 | test/fixtures/kinney/clip_people.yml |
kinney-0.0.2 | test/fixtures/kinney/clip_people.yml |
kinney-0.0.1 | test/fixtures/kinney/clip_people.yml |