Sha256: 56fa30d5d31d272ca76e8daafaee1bad1f993cf43b6662bcf1637331fb016035

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 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         not null
#  updated_at   :datetime         not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre58 app/models/form_of_work.rb
enju_biblio-0.1.0.pre57 app/models/form_of_work.rb
enju_biblio-0.1.0.pre56 app/models/form_of_work.rb