Sha256: b6c6bec4d9491110a42135b4f27a0cb9608d11bb38cd3e71f16cf78380d03008
Contents?: true
Size: 658 Bytes
Versions: 21
Compression:
Stored size: 658 Bytes
Contents
# == Schema Information # # Table name: taggings # # id :integer not null, primary key # image_id :integer # tag_id :integer # created_at :datetime not null # updated_at :datetime not null # staff_tag :boolean default(FALSE) # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: image: uno tag: uno staff_tag: false two: image: dos tag: dos staff_tag: false three: image: uno tag: dos staff_tag: false number_one: image: one tag: hunttesting staff_tag: false staff_number_one: image: one tag: hunttesting_staff staff_tag: true
Version data entries
21 entries across 21 versions & 1 rubygems