This is a gem that contains the vendor assets for clippy.
Should support rails 3.0 and higher.
Require clippy-rails
in your Gemfile
.
require 'clippy-rails'
Install the gem via bundle
command.
Add to application.css
*= require clippy
And in application.js
//= require clippy
See the docs at http://www.smore.com/clippy-js
Based on the blueprint-rails gem