Method: Reform::Form::Composition#initialize

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

#initialize(models) ⇒ Object



57
58
59
60
# File 'lib/reform/form/composition.rb', line 57

def initialize(models)
  composition = self.class.model_class.new(models)
  super(composition)
end