Method: ApplicationHelper#default_title

Defined in:
lib/generators/frame/layout/templates/app/helpers/application_helper.rb

#default_title(page_title) ⇒ Object



10
11
12
# File 'lib/generators/frame/layout/templates/app/helpers/application_helper.rb', line 10

def default_title(page_title)
  title page_title unless content_for?(:title)
end