Sha256: 32cf02ed8215b47f98be147890c53b23e84e0c43bdfd34dc081f6387c1980ce6

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

module Feste
  module Authentication
    module Custom
      private
      
      def current_user
        Feste.options[:authenticate_with].call(self)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
feste-0.4.2 lib/feste/authentication/custom.rb
feste-0.4.1 lib/feste/authentication/custom.rb
feste-0.4.0 lib/feste/authentication/custom.rb
feste-0.3.0 lib/feste/authentication/custom.rb
feste-0.2.1 lib/feste/authentication/custom.rb