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, options = {}, html_options = {})
  @template.hue_picker(@object_name, method, options.merge(:object => @object), html_options)
end