Module: Mokio::Concerns::Models::Lang::ClassMethods
- Defined in:
- lib/mokio/concerns/models/lang.rb
Instance Method Summary collapse
-
#columns_for_table ⇒ Object
Columns for table in CommonController#index view.
- #default ⇒ Object
- #default_frontend ⇒ Object
Instance Method Details
#columns_for_table ⇒ Object
Columns for table in CommonController#index view
46 47 48 |
# File 'lib/mokio/concerns/models/lang.rb', line 46 def columns_for_table ["name","shortname","active"] end |
#default ⇒ Object
36 37 38 |
# File 'lib/mokio/concerns/models/lang.rb', line 36 def default Mokio::Lang.where(shortname: Mokio.frontend_default_lang).first end |
#default_frontend ⇒ Object
40 41 42 |
# File 'lib/mokio/concerns/models/lang.rb', line 40 def default_frontend Mokio::Lang.where(shortname: Mokio.frontend_default_lang).first end |