Class: PreferenceOption

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/preference_option.rb

Class Method Summary collapse

Class Method Details

.iid(internal_identifier) ⇒ Object



7
8
9
# File 'app/models/preference_option.rb', line 7

def self.iid( internal_identifier )
  where('internal_identifier = ?', internal_identifier.to_s).first
end