module Rich::Authorize

Public Instance Methods

authenticate_rich_user() click to toggle source
# File lib/rich/authorize.rb, line 3
def authenticate_rich_user
  send(Rich.authentication_method) unless Rich.authentication_method == :none
end