Sha256: 615522c66d4305dade2b81ee04393a7bd4bfc71c551433d13a6cf5515009ca7a
Contents?: true
Size: 413 Bytes
Versions: 14
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(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems