Method: Cortex::ApplicationHelper#title

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

#titleObject



5
6
7
8
9
# File 'app/helpers/cortex/application_helper.rb', line 5

def title
  title = 'Cortex Administration'
  title += " | #{render_breadcrumbs builder: TitleBuilder}" if render_breadcrumbs
  title
end