Module: Admin::Resources::DataTypes::SelectorHelper
- Defined in:
- app/helpers/admin/resources/data_types/selector_helper.rb
Instance Method Summary collapse
Instance Method Details
#display_selector(item, attribute) ⇒ Object
7 8 9 |
# File 'app/helpers/admin/resources/data_types/selector_helper.rb', line 7 def display_selector(item, attribute) item.mapping(attribute) end |
#table_selector_field(attribute, item) ⇒ Object
3 4 5 |
# File 'app/helpers/admin/resources/data_types/selector_helper.rb', line 3 def table_selector_field(attribute, item) item.mapping(attribute) end |