class Avo::ApplicationController

def on_root_path

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