Module: FormObject::Dsl
- Included in:
- Base
- Defined in:
- lib/form_object/dsl.rb,
lib/form_object/dsl/class_methods.rb,
lib/form_object/dsl/instance_methods.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(receiver) ⇒ Object
:nodoc:.
Class Method Details
.included(receiver) ⇒ Object
:nodoc:
6 7 8 9 |
# File 'lib/form_object/dsl.rb', line 6 def self.included(receiver) #:nodoc: receiver.extend ClassMethods receiver.send :include, InstanceMethods end |