Class: Spotlight::Language
- Inherits:
 - 
      ActiveRecord::Base
      
        
- Object
 - ActiveRecord::Base
 - Spotlight::Language
 
 
- Defined in:
 - app/models/spotlight/language.rb
 
Overview
A language for an exhibit
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.default_instance ⇒ Object
      22 23 24  | 
    
      # File 'app/models/spotlight/language.rb', line 22 def self.default_instance new(locale: I18n.default_locale) end  |