Sha256: 2128ea7f12f43fda052cf505a44e8390f2e4a5f4934a5a5f9ea4dfa988166d04
Contents?: true
Size: 681 Bytes
Versions: 10
Compression:
Stored size: 681 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html library_pic: id: 1 name: library description: The MPLS library is so great user_id: 1 photo_content_type: image/jpg photo_file_name: test.jpg photo_file_size: 274 width: 45 height: 45 created_at: <%= Time.now.iso8601 %> updated_at: <%= Time.now.iso8601 %> album_id: 1 view_count: 0 another_pic: id: 2 name: another description: Something not that idfferent user_id: 1 photo_content_type: image/jpg photo_file_name: test.jpg photo_file_size: 274 width: 45 height: 45 created_at: <%= 1.days.ago.iso8601 %> created_at: <%= 1.days.ago.iso8601 %> view_count: 0
Version data entries
10 entries across 10 versions & 1 rubygems