Module: Ramaze::Helper::SequelForm
- Defined in:
- lib/ramaze/helper/sequel_form.rb
Instance Method Summary collapse
-
#sequel_form(object, options = {}) ⇒ Object
Pass it an object for your ORM and options for the
Instance Method Details
#sequel_form(object, options = {}) ⇒ Object
Pass it an object for your ORM and options for the
8 9 10 |
# File 'lib/ramaze/helper/sequel_form.rb', line 8 def sequel_form(object, = {}) Ramaze::Form.pick(object, ) end |