Sha256: 332aacf15b41f312e1e4e4988f1d0037345b70c7ab51495c2412d220d5a2fa26
Contents?: true
Size: 413 Bytes
Versions: 15
Compression:
Stored size: 413 Bytes
Contents
class FormOfWork < ActiveRecord::Base 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 not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 14 versions & 2 rubygems