Method: Ezframe::Materialize.form
- Defined in:
- lib/ezframe/materialize.rb
.form(ht_h) ⇒ Object
64 65 66 67 68 |
# File 'lib/ezframe/materialize.rb', line 64 def form(ht_h) new_h = ht_h.clone new_h[:child] = convert(new_h[:child]) return new_h end |