Method: Sequent::Core::Helpers::ParamSupport.included
- Defined in:
- lib/sequent/core/helpers/param_support.rb
.included(host_class) ⇒ Object
extend host class with class methods when we’re included
28 29 30 |
# File 'lib/sequent/core/helpers/param_support.rb', line 28 def self.included(host_class) host_class.extend(ClassMethods) end |