Method: Doculab::TableOfContentsHelper#page_title
- Defined in:
- app/helpers/doculab/table_of_contents_helper.rb
#page_title ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 |
# File 'app/helpers/doculab/table_of_contents_helper.rb', line 3 def page_title parts = [] if @page parts << @page.title end parts << "Chargify Documentation" parts.join(" - ") end |