Method: Reform::Form::Scalar.included

Defined in:
lib/reform/form/scalar.rb

.included(base) ⇒ Object

IDEA: what if every “leaf” property would be represented by a Scalar form?



3
4
5
6
# File 'lib/reform/form/scalar.rb', line 3

def self.included(base)
  base.extend ClassMethods
  base.extend Forwardable
end