class Devise::Strategies::NaughtAuthentication

Public Instance Methods

authenticate!() click to toggle source
# File lib/devise/naught_authentication/strategy.rb, line 8
def authenticate!
  fail! "This is Naught Authentication"
end
valid?() click to toggle source
# File lib/devise/naught_authentication/strategy.rb, line 4
def valid?
  false
end