Class: Lentil::Tagset
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Lentil::Tagset
- Defined in:
- app/models/lentil/tagset.rb
Overview
Schema Information
Table name: lentil_tagsets
id :integer not null, primary key
title :string(255)
description :text
created_at :datetime not null
updated_at :datetime not null
harvest :boolean default(FALSE)
Instance Attribute Summary collapse
-
#remove_tagset ⇒ Object
Returns the value of attribute remove_tagset.
Instance Attribute Details
#remove_tagset ⇒ Object
Returns the value of attribute remove_tagset.
16 17 18 |
# File 'app/models/lentil/tagset.rb', line 16 def @remove_tagset end |