Sha256: fade31d78dc05fd8fd3bfd8f3f81b5aa6d904e5ebd0f5d66ee81d3e14dc73faa
Contents?: true
Size: 411 Bytes
Versions: 32
Compression:
Stored size: 411 Bytes
Contents
# == Schema Information # # Table name: lentil_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) # require 'test_helper' class TaggingTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
Version data entries
32 entries across 32 versions & 1 rubygems