Module: Hugh::Helpers::FormBuilder
- Defined in:
- lib/hugh/helpers.rb
Instance Method Summary collapse
Instance Method Details
#hue_picker(method, options = {}, html_options = {}) ⇒ Object
29 30 31 |
# File 'lib/hugh/helpers.rb', line 29 def hue_picker(method, = {}, = {}) @template.hue_picker(@object_name, method, .merge(:object => @object), ) end |