Module: PagesCore::DocumentTitleController
- Extended by:
- ActiveSupport::Concern
- Included in:
- ErrorsController, FrontendController
- Defined in:
- app/controllers/concerns/pages_core/document_title_controller.rb
Instance Method Summary collapse
Instance Method Details
#document_title(*args) ⇒ Object
11 12 13 14 |
# File 'app/controllers/concerns/pages_core/document_title_controller.rb', line 11 def document_title(*args) @document_title = args.first if args.any? @document_title end |