Sha256: af6b019a3fece7e698012f80c7ac9de7bfa3a30cc6be498e84e15fb545680158

Contents?: true

Size: 184 Bytes

Versions: 8

Compression:

Stored size: 184 Bytes

Contents

module Typus

  module Authentication

    module None

      protected

      include Base

      def authenticate
        @current_user = FakeUser.new
      end

    end

  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-3.0.2 lib/typus/authentication/none.rb
typus-3.0.1 lib/typus/authentication/none.rb
typus-3.0.0 lib/typus/authentication/none.rb
typus-1.0.0.pre13 lib/typus/authentication/none.rb
typus-1.0.0.pre12 lib/typus/authentication/none.rb
typus-1.0.0.pre11 lib/typus/authentication/none.rb
typus-1.0.0.pre10 lib/typus/authentication/none.rb
typus-1.0.0.pre9 lib/typus/authentication/none.rb