Method: ApplicationHelper#page_title

Defined in:
app/helpers/application_helper.rb

#page_titleObject



99
100
101
# File 'app/helpers/application_helper.rb', line 99

def page_title()
  user_page? ? @user.title : @app_config['main']['title']
end