Module: RailsNexus::ApplicationHelper
- Includes:
- Pagy::Frontend
- Defined in:
- app/helpers/rails_nexus/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#page_title(text) ⇒ Object
5 6 7 8 |
# File 'app/helpers/rails_nexus/application_helper.rb', line 5 def page_title(text) title = [RailsNexus.application_name.presence, text].compact.join(" :: ") content_for(:title, title) end |