Skip to content

Hobo/hobo_simple_color

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages