Method: Statixite::ApplicationHelper#current_class?

Defined in:
app/helpers/statixite/application_helper.rb

#current_class?(path) ⇒ Boolean

Returns:

  • (Boolean)


47
48
49
50
# File 'app/helpers/statixite/application_helper.rb', line 47

def current_class?(path)
  return 'active' if current_page?(path)
  ''
end