Sha256: 83ba3cdcea978b3ea00fe67d877f625021a1a41b262cc72a77448defcd794844

Contents?: true

Size: 590 Bytes

Versions: 3

Compression:

Stored size: 590 Bytes

Contents

class Frequency < ApplicationRecord
  include MasterModel
  default_scope { order('frequencies.position') }
  translates :display_name
  has_many :manifestations
end

# == Schema Information
#
# Table name: frequencies
#
#  id                        :integer          not null, primary key
#  name                      :string           not null
#  display_name              :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime
#  updated_at                :datetime
#  display_name_translations :jsonb            not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.4.0.rc.1 app/models/frequency.rb
enju_biblio-0.4.0.beta.2 app/models/frequency.rb
enju_biblio-0.4.0.beta.1 app/models/frequency.rb