Sha256: daca20953487291ad9f8570a44b09479fa79f8884916965eb4789afba3789871

Contents?: true

Size: 491 Bytes

Versions: 21

Compression:

Stored size: 491 Bytes

Contents

module Typus
  module Authentication
    module Base

      def admin_user
        @admin_user
      end

      def authenticate; end
      def check_if_user_can_perform_action_on_user; end
      def check_if_user_can_perform_action_on_resources; end
      def check_if_user_can_perform_action_on_resource; end
      def check_resource_ownership; end
      def check_resources_ownership; end
      def set_attributes_on_create; end
      def set_attributes_on_update; end

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
typus-3.1.0.rc19 lib/typus/authentication/base.rb
typus-3.0.12 lib/typus/authentication/base.rb
typus-3.0.11 lib/typus/authentication/base.rb
typus-3.0.11.rc5 lib/typus/authentication/base.rb
typus-3.1.0.rc11 lib/typus/authentication/base.rb
typus-3.1.0.rc10 lib/typus/authentication/base.rb
typus-3.0.11.rc4 lib/typus/authentication/base.rb
typus-3.1.0.rc9 lib/typus/authentication/base.rb
typus-3.0.11.rc3 lib/typus/authentication/base.rb
typus-3.1.0.rc8 lib/typus/authentication/base.rb
typus-3.1.0.rc7 lib/typus/authentication/base.rb
typus-3.1.0.rc6 lib/typus/authentication/base.rb
typus-3.1.0.rc5 lib/typus/authentication/base.rb
typus-3.1.0.rc4 lib/typus/authentication/base.rb
typus-3.1.0.rc3 lib/typus/authentication/base.rb
typus-3.1.0.rc2 lib/typus/authentication/base.rb
typus-3.0.11.rc2 lib/typus/authentication/base.rb
typus-3.0.11.rc1 lib/typus/authentication/base.rb
typus-3.1.0.rc1 lib/typus/authentication/base.rb
typus-3.0.10 lib/typus/authentication/base.rb