module BeetleReporter class Configuration attr_accessor :user_class attr_accessor :current_user_method attr_accessor :user_name_method attr_accessor :main_app_root_path_method attr_accessor :main_app_user_path_method end end