Method: ApplicationHelper#page_subtitle
- Defined in:
- app/helpers/application_helper.rb
#page_subtitle ⇒ Object
103 104 105 |
# File 'app/helpers/application_helper.rb', line 103 def page_subtitle() user_page? ? @user.subtitle : @app_config['main']['subtitle'] end |