class Avo::Configuration
def initialize
def initialize @root_path = '/avo' @app_name = Rails.application.class.to_s.split('::').first.underscore.humanize @timezone = 'UTC' @per_page = 24 @per_page_steps = [12, 24, 48, 72] @via_per_page = 8 @locale = 'us-US' @currency = 'USD' @default_view_type = :table @hide_resource_overview_component = false @hide_documentation_link = false end