Sha256: dbf3dabc3f9afe0f1ab08d711c01e6cb93a4c172c01c59b3f91f081901886202
Contents?: true
Size: 457 Bytes
Versions: 19
Compression:
Stored size: 457 Bytes
Contents
class FormOfWork < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => "form_of_works.position" has_many :works end # == Schema Information # # Table name: form_of_works # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
19 entries across 19 versions & 1 rubygems