Sha256: 9f37f1b356d67ddba52ed3efe3db7406cc7535603221ab08ac2fc1b704ae3f29

Contents?: true

Size: 188 Bytes

Versions: 26

Compression:

Stored size: 188 Bytes

Contents

module Typus
  module Authentication
    module NoneWithRole

      protected

      include Base

      def authenticate
        @admin_user = MyFakeUser.new
      end

    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
typus-3.1.4 lib/typus/authentication/none_with_role.rb
typus-3.1.3 lib/typus/authentication/none_with_role.rb
typus-3.1.2 lib/typus/authentication/none_with_role.rb
typus-3.1.1 lib/typus/authentication/none_with_role.rb
typus-3.1.0 lib/typus/authentication/none_with_role.rb
typus-3.1.0.rc19 lib/typus/authentication/none_with_role.rb