Sha256: 334f5471f8add7a0cb965b6707e61143df25df3d15f2b6aad4c203f15530541e
Contents?: true
Size: 914 Bytes
Versions: 16
Compression:
Stored size: 914 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.to_s(:db) %> updated_at: <%= Time.zone.now.to_s(:db) %> two: id: 2 name: Cartographic Dataset display_name: Cartographic Dataset note: MyText position: 2 created_at: <%= Time.zone.now.to_s(:db) %> updated_at: <%= Time.zone.now.to_s(:db) %> three: id: 3 name: Cartographic Image display_name: Cartographic Image note: MyText position: 3 created_at: <%= Time.zone.now.to_s(:db) %> updated_at: <%= Time.zone.now.to_s(:db) %> # == 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
16 entries across 16 versions & 1 rubygems