Class: EgovUtils::LegalForm
- Defined in:
 - app/resources/egov_utils/legal_form.rb
 
Class Method Summary collapse
Methods inherited from Love
config, inherited, mock!, mock_subclass, mocked_classes, where
Class Method Details
.find_by_key(key) ⇒ Object
      4 5 6  | 
    
      # File 'app/resources/egov_utils/legal_form.rb', line 4 def self.find_by_key(key) where(key: key).first end  |