Class: Lentil::Tagging

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/lentil/tagging.rb

Overview

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)