Sha256: c4a1c86f31676157f5d50f0be7916d0cc386c20f3e27879b618c3bb3b5659b5d
Contents?: true
Size: 387 Bytes
Versions: 26
Compression:
Stored size: 387 Bytes
Contents
# == Schema Information # # Table name: lentil_tagset_assignments # # id :integer not null, primary key # tag_id :integer # tagset_id :integer # created_at :datetime not null # updated_at :datetime not null # class Lentil::TagsetAssignment < ActiveRecord::Base attr_accessible :tag_id, :tagset_id belongs_to :tag belongs_to :tagset end
Version data entries
26 entries across 26 versions & 1 rubygems