Sha256: 4caf9b269797476c2f5349be3629d96f0c3e13bbcd8abc67ce79998da943dafa
Contents?: true
Size: 403 Bytes
Versions: 6
Compression:
Stored size: 403 Bytes
Contents
class Frequency < ApplicationRecord include MasterModel has_many :manifestations, dependent: :restrict_with_exception 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