Class: Lentil::Tagset

Inherits:
ActiveRecord::Base
  • Object
show all
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)