Sha256: 847ffbc1e796a130e541c1209a9b969f2c41c297d6520fcfadd4683982e2f2d1
Contents?: true
Size: 417 Bytes
Versions: 14
Compression:
Stored size: 417 Bytes
Contents
class Frequency < ActiveRecord::Base include MasterModel default_scope { order('frequencies.position') } has_many :manifestations end # == Schema Information # # Table name: frequencies # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems