module Feste::Authentication::Custom

Private Instance Methods

current_user() click to toggle source
# File lib/feste/authentication/custom.rb, line 6
def current_user
  Feste.options[:authenticate_with].call(self)
end