Module: EffectiveSearchHelper
- Defined in:
- app/helpers/effective_search_helper.rb
Instance Method Summary collapse
- #effective_search_admin_nav_icon ⇒ Object
- #effective_search_nav_icon ⇒ Object
- #effective_search_nav_item ⇒ Object
Instance Method Details
#effective_search_admin_nav_icon ⇒ Object
15 16 17 18 19 |
# File 'app/helpers/effective_search_helper.rb', line 15 def effective_search_admin_nav_icon if EffectiveResources.(self, :index, EffectiveSearch.AdminSearch) render('admin/search/form_nav_icon') end end |
#effective_search_nav_icon ⇒ Object
9 10 11 12 13 |
# File 'app/helpers/effective_search_helper.rb', line 9 def effective_search_nav_icon if EffectiveResources.(self, :index, EffectiveSearch.Search) render('effective/search/form_nav_icon') end end |
#effective_search_nav_item ⇒ Object
3 4 5 6 7 |
# File 'app/helpers/effective_search_helper.rb', line 3 def effective_search_nav_item if EffectiveResources.(self, :index, EffectiveSearch.Search) render('effective/search/form_nav_item') end end |