class RestBase::Authentication::AuthenticationBase

Public Instance Methods

authorized?(request, key) click to toggle source
# File lib/rest_base/authentication/authentication_base.rb, line 4
def authorized?(request, key)
  true
end