Sha256: d920ec0f73a408d143c8b5aaa5ebc749a1fa21fdb9cc4a63fcd9365a7e2b2c8a
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require 'action_view' module ActionView module Helpers class FormBuilder def colorpicker(method, options = {}, html_options = {}) @template.colorpicker(@object_name, method, options, html_options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kolor-picker-0.1.0 | lib/kolor-picker/builder.rb |