Module: ApplicationHelper

Defined in:
lib/ucb_rails_cli/templates/helpers/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#app_nameObject



3
4
5
# File 'lib/ucb_rails_cli/templates/helpers/application_helper.rb', line 3

def app_name
  "%APP_NAME"
end

#app_name_with_envObject



7
8
9
# File 'lib/ucb_rails_cli/templates/helpers/application_helper.rb', line 7

def app_name_with_env
  Rails.env.production? ? app_name : "#{app_name} - #{Rails.env.titleize}"
end