Sha256: c85717f25ad89764b1631c11f7356a33caf36c6f18c19e1a7d1021b470099f87

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

module CanTango
  class Configuration
    class Ability
      include Singleton
      include ClassExt

      include CanTango::Configuration::Factory
      include CanTango::Configuration::ExecutionModes
      
      def default_class
        @default_class ||= CanTango::Ability::Executor::Modal
      end
    end
  end
end



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cantango-config-0.1.7 lib/cantango/configuration/ability.rb
cantango-config-0.1.6 lib/cantango/configuration/ability.rb
cantango-config-0.1.5 lib/cantango/configuration/ability.rb
cantango-config-0.1.4 lib/cantango/configuration/ability.rb