Sha256: 406864ceb52b1d7d9631ad4df266b2e2a1449077c1ed371e519133886dd28d5a
Contents?: true
Size: 286 Bytes
Versions: 19
Compression:
Stored size: 286 Bytes
Contents
class PreferenceOption < ActiveRecord::Base attr_protected :created_at, :updated_at has_many :preferences has_and_belongs_to_many :preference_type def self.iid( internal_identifier ) where('internal_identifier = ?', internal_identifier.to_s).first end end
Version data entries
19 entries across 19 versions & 1 rubygems