Method: Tramway::ApplicationHelper#page_title

Defined in:
app/helpers/tramway/application_helper.rb

#page_titleObject



14
15
16
# File 'app/helpers/tramway/application_helper.rb', line 14

def page_title
  @model_class.model_name.human.pluralize # rubocop:disable Rails/HelperInstanceVariable
end