public
Rubygem
Description: Rails Plugin - a Ruby way to manage your stylesheets and javascripts. Don't put all your assets in your layout; define what you need where you need them.
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/sweet_assets.git
studioda (author)
Fri Feb 15 08:23:15 -0800 2008
commit  e1232281357a247916d2848176c073e0baece93c
tree    0e018546ca00cca87521067382bc6ab45e986349
parent  2b569a2bfc503bb99e841ef3f106dfcb45014997
sweet_assets / init.rb
100644 6 lines (3 sloc) 0.138 kb
1
2
3
4
5
6
require 'sweet_assets'
 
ActionController::Base.send :include, SweetAssets
ActionView::Base.send :include, SweetAssets::AssignmentMethods