Sha256: ad1b3ceff223314110caef997645895ffb45ef788afd55f18f01ee5a41d4dee3
Contents?: true
Size: 416 Bytes
Versions: 7
Compression:
Stored size: 416 Bytes
Contents
class Frequency < ApplicationRecord include MasterModel default_scope { order('frequencies.position') } 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 #
Version data entries
7 entries across 7 versions & 1 rubygems