Sha256: 49e15a5778f883e3b5174ddac446a73a3474490533a74e61934ed23325998eb4

Contents?: true

Size: 576 Bytes

Versions: 8

Compression:

Stored size: 576 Bytes

Contents

module Typus

  module Authentication

    module Base

      def current_user
        @current_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_resource_ownerships; end
      def check_ownership_of_referal_item; end
      def set_attributes_on_create; end
      def set_attributes_on_update; end
      def reload_locales; end

    end

  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

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