Module: Mokio::Concerns::Models::Content::ClassMethods
- Defined in:
- lib/mokio/concerns/models/content.rb
Instance Method Summary collapse
-
#columns_for_table ⇒ Object
Columns for table in CommonController#index view.
Instance Method Details
#columns_for_table ⇒ Object
Columns for table in CommonController#index view
53 54 55 |
# File 'lib/mokio/concerns/models/content.rb', line 53 def columns_for_table %w(title active type updated_at lang_id) end |