Sha256: 81ca5e2b33fdcef20e45752a5d069911913e4a56bd4df1017451379c6e57caa5
Contents?: true
Size: 461 Bytes
Versions: 19
Compression:
Stored size: 461 Bytes
Contents
class Frequency < ActiveRecord::Base attr_accessible :name, :display_name, :note 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
19 entries across 19 versions & 1 rubygems