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
20 21 22 |
# File 'app/models/spotlight/language.rb', line 20 def self.default_instance new(locale: I18n.default_locale) end |