class Avo::Configuration

def current_user_method(&block)

def current_user_method(&block)
  @current_user = block if block.present?
end