Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/kolor-picker/builder.rb

Instance Method Summary collapse

Instance Method Details

#colorpicker(method, options = {}, html_options = {}) ⇒ Object



6
7
8
# File 'lib/kolor-picker/builder.rb', line 6

def colorpicker(method, options = {}, html_options = {})
  text_field(method, @template.colorpicker_options(options, html_options))
end