Sha256: eef76e6c7dc68a71c43d337b376a2b0d8dfc71734ebd19267ad8a0a9dc2b9950
Contents?: true
Size: 854 Bytes
Versions: 40
Compression:
Stored size: 854 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: id: 1 name: text display_name: text note: MyText position: 1 created_at: <%= Time.zone.now %> updated_at: <%= Time.zone.now %> two: id: 2 name: Cartographic Dataset display_name: Cartographic Dataset note: MyText position: 2 created_at: <%= Time.zone.now %> updated_at: <%= Time.zone.now %> three: id: 3 name: Cartographic Image display_name: Cartographic Image note: MyText position: 3 created_at: <%= Time.zone.now %> updated_at: <%= Time.zone.now %> # == Schema Information # # Table name: content_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
40 entries across 40 versions & 1 rubygems