Sha256: b896368c2dc8596cb1cb5bb80b9ff2dbd9e0f8de26789e76a309e2a3c6e3bf2f

Contents?: true

Size: 474 Bytes

Versions: 4

Compression:

Stored size: 474 Bytes

Contents

class ProduceType < ActiveRecord::Base
  attr_accessible :name, :display_name, :note, :position
  include MasterModel
  default_scope { order('produce_types.position') }
end

# == Schema Information
#
# Table name: produce_types
#
#  id           :integer          not null, primary key
#  name         :string(255)
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre62 app/models/produce_type.rb
enju_biblio-0.1.0.pre61 app/models/produce_type.rb
enju_biblio-0.1.0.pre60 app/models/produce_type.rb
enju_biblio-0.1.0.pre59 app/models/produce_type.rb