GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
JackDanger (author)
Mon May 26 22:51:39 -0700 2008
commit  e45ce958b5c4729d3e0e43bc8a3e948fe0338e15
tree    5796330140f24e26d889d462268f3453e01473e7
parent  daa4c3bde17622d6c6ae26b9f88ac312355a54de
sweet_assets / init.rb
100644 12 lines (7 sloc) 0.186 kb
1
2
3
4
5
6
7
8
9
10
11
12
require 'sweet_assets'
 
 
ActionController::Base.class_eval do
  include SweetAssets::ActionController
end
 
ActionView::Base.class_eval do
  include SweetAssets::ActionView::Helpers
end