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
brainsome_typus-4.0.0.beta13 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta12 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta11 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta10 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta9 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta8 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta7 lib/typus/authentication/none_with_role.rb
typus-rails4-4.0.0.beta6 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta6 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta5 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta4 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta3 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta2 lib/typus/authentication/none_with_role.rb
brainsome_typus-4.0.0.beta1 lib/typus/authentication/none_with_role.rb
typus-3.1.10 lib/typus/authentication/none_with_role.rb
typus-3.1.9 lib/typus/authentication/none_with_role.rb
typus-3.1.8 lib/typus/authentication/none_with_role.rb
typus-3.1.7 lib/typus/authentication/none_with_role.rb
typus-3.1.6 lib/typus/authentication/none_with_role.rb
typus-3.1.5 lib/typus/authentication/none_with_role.rb