class Avo::ApplicationController

def _current_user

def _current_user
  instance_eval(&Avo.configuration.current_user)
end