Method: Cortex::ApplicationHelper#title
- Defined in:
- app/helpers/cortex/application_helper.rb
#title ⇒ Object
5 6 7 8 9 |
# File 'app/helpers/cortex/application_helper.rb', line 5 def title title = 'Cortex Administration' title += " | #{ builder: TitleBuilder}" if title end |