class Avo::ApplicationController

def on_root_path

def on_root_path
  [Avo.configuration.root_path, "#{Avo.configuration.root_path}/"].include?(request.original_fullpath)
end