We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88eca01 commit 66ec1c8Copy full SHA for 66ec1c8
lib/avo/configuration.rb
@@ -14,7 +14,7 @@ class Configuration
14
15
def initialize
16
@root_path = '/avo'
17
- @app_name = Rails.application.class.to_s.split('::').first
+ @app_name = Rails.application.class.to_s.split('::').first.underscore.humanize
18
@timezone = 'UTC'
19
@per_page = 24
20
@per_page_steps = [12, 24, 48, 72]
0 commit comments