Sha256: b4995c42a47e3497333d8f0937c8670b46bc05fa2d2bdd44c1a277f3c9db17ad

Contents?: true

Size: 439 Bytes

Versions: 7

Compression:

Stored size: 439 Bytes

Contents

class MediumOfPerformance < ApplicationRecord
  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           not null
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_biblio-0.3.9 app/models/medium_of_performance.rb
enju_biblio-0.3.8 app/models/medium_of_performance.rb
enju_biblio-0.3.7 app/models/medium_of_performance.rb
enju_biblio-0.3.6 app/models/medium_of_performance.rb
enju_biblio-0.3.5 app/models/medium_of_performance.rb
enju_biblio-0.3.4 app/models/medium_of_performance.rb
enju_biblio-0.3.3 app/models/medium_of_performance.rb