Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 506 Bytes

README.markdown

File metadata and controls

21 lines (12 loc) · 506 Bytes

This is a plugin for Hobo that provides jQuery Simple Color

Installation

It can be installed into a Hobo app by typing:

hobo generate install_plugin hobo_simple_color

The source for this plugin lives at git://github.com/Hobo/hobo_simple_color. Pull requests are welcome.

Usage

Add to your model's field definition:

fields do
  color Color, :default => "#000000"
end

License

See MIT-LICENSE