Skip to content

Allow the user to set the `app_title`

Eric Franz requested to merge config-app-title into master

Created by: nickjer

Currently if the user wants to change the App Title displayed in the layout he/she will need to hand modify it in multiple places. This simplifies the process by providing the developer with a new configuration option.

AwesimRails.configure do |config|
  config.app_title = "StarCCM+"
end

Merge request reports