Method: Formotion::Form#sections=
- Defined in:
- lib/formotion/form/form.rb
#sections=(sections) ⇒ Object
92 93 94 95 96 97 |
# File 'lib/formotion/form/form.rb', line 92 def sections=(sections) sections.each {|section| Formotion::Conditions.assert_class(section, Formotion::Section) } @sections = sections end |