Sha256: 55c664ea209125ce23613ddb56a708a97d422dd66fcc6ee4f4145c55f9fdba7b
Contents?: true
Size: 411 Bytes
Versions: 5
Compression:
Stored size: 411 Bytes
Contents
class NiiType < ActiveRecord::Base include MasterModel default_scope { order('nii_types.position') } has_many :manifestations end # == Schema Information # # Table name: nii_types # # 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
5 entries across 5 versions & 1 rubygems