Sha256: 36e4af5bacc051ef00636906d6935436205d26dbf6850027293967f0ae3416f5
Contents?: true
Size: 486 Bytes
Versions: 10
Compression:
Stored size: 486 Bytes
Contents
require 'action_logic/action_core' require 'action_logic/action_validation' require 'action_logic/action_benchmark' module ActionLogic module ActionIncludes def self.extended(klass) klass.include ActionLogic::ActionCore klass.include ActionLogic::ActionValidation klass.extend ActionLogic::ActionCore::ClassMethods klass.extend ActionLogic::ActionValidation::ClassMethods klass.extend ActionLogic::ActionBenchmark::ClassMethods end end end
Version data entries
10 entries across 10 versions & 1 rubygems