Sha256: 280d3f840434639e7ac0e6c4b18eb0c341c7a6c88519febc8b23c52fb93edd13
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
class Frequency < ApplicationRecord include MasterModel 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
6 entries across 6 versions & 1 rubygems