Sha256: 216f28f0412d2676c20d0eff68c3eeb13586939a8d8ab6583d5372ad1072880c
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html gallery1: id: 1 name: Gallery1 permalink: gallery1 description: "" status: true created_at: <%= 7.ago %> updated_at: <%= 2.ago %> gallery2: id: 2 name: Gallery2 permalink: gallery2 description: A good description status: false created_at: <%= 6.ago %> updated_at: <%= 6.ago %> gallery3: id: 3 name: Gallery3 permalink: gallery3 description: A good description for this gallery 3 status: true created_at: <%= 2.ago %> updated_at: <%= 2.ago %> gallery4: id: 4 name: Gallery4 permalink: gallery4 description: A good description for this gallery 4 status: true created_at: <%= 2.ago %> updated_at: <%= 2.ago %> parent_id: 1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | spec/fixtures/galleries.yml |