Method: StandardView::ApplicationHelper#active_for
- Defined in:
- app/helpers/standard_view/application_helper.rb
#active_for(**options) ⇒ Object
16 17 18 |
# File 'app/helpers/standard_view/application_helper.rb', line 16 def active_for(**) "active" if on_page?() end |