Sha256: c0932a570febf372ad5094e9f8856c820bbabdd5a03c668b7ae1f5f69a80d0d1

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

class MediumOfPerformance < ActiveRecord::Base
  attr_accessible :name, :display_name, :note
  include MasterModel
  default_scope order: 'medium_of_performances.position'
  has_many :works
end

# == Schema Information
#
# Table name: medium_of_performances
#
#  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/medium_of_performance.rb
enju_biblio-0.1.0.pre57 app/models/medium_of_performance.rb
enju_biblio-0.1.0.pre56 app/models/medium_of_performance.rb