Method: LayoutsHelper#current_header_icon_class
- Defined in:
- app/helpers/layouts_helper.rb
#current_header_icon_class(type) ⇒ Object
2 3 4 |
# File 'app/helpers/layouts_helper.rb', line 2 def current_header_icon_class type current_header_icon?(type) ? 'active' : '' end |