Sha256: 7625d56f9bd4115dbf4b85944ebd4aec95c6baab27633fdf2801ea734f375192

Contents?: true

Size: 277 Bytes

Versions: 3

Compression:

Stored size: 277 Bytes

Contents

module CanTango
  module Ability
    module Executor
      class NonCachedMode < Base
        protected

        def start_execute
          debug "Executing non-cached Ability"
        end

        def end_execute
          debug "DONE"
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cantango-core-0.1.2 lib/cantango/ability/executor/no_cache_mode.rb
cantango-core-0.1.1 lib/cantango/ability/executor/no_cache_mode.rb
cantango-core-0.1.0 lib/cantango/ability/executor/no_cache_mode.rb