Class: KonoUtils::Object::Cell::Index::Base

Inherits:
Base
  • Object
show all
Defined in:
app/concepts/kono_utils/object/cell/index/base.rb

Direct Known Subclasses

PageTitle, RowButtons, SideTitle, Table

Instance Method Summary collapse

Methods inherited from Base

#_prefixes, #base_class, #concept, #content_for_layout, #content_for_layout?, #destroy_custom_polymorphic_path, #edit_custom_polymorphic_path, #index_custom_polymorphic_path, #kono_user, #legacy_concept, logger, #model_gender, #new_custom_polymorphic_path, #show, #show_custom_polymorphic_path, #title_del, #title_del_g, #title_edit_g, #title_mod, #title_new, #title_new_g, #title_newa, #title_show_g

Methods included from KonoUtilsBootstrapView4::ApplicationIconHelper

#fa_icon, #icon

Instance Method Details

#table_columnsArray<Symbol>

Returns elenco delle colonne da mostrare.

Returns:

  • (Array<Symbol>)

    elenco delle colonne da mostrare



7
8
9
# File 'app/concepts/kono_utils/object/cell/index/base.rb', line 7

def table_columns
  policy(base_class.new).show_attributes
end