fdc17bea5 ^
9c4856bdb
1aa477ac2 ^
1 2
3
4 5 6
7
# frozen_string_literal: true module ApplicationHelper def active_nav_class(path) current_page?(path) ? 'active' : '' end end