asset_packager
asset_packager copied to clipboard
Use Rails.root instead of RAILS_ROOT
Rails 3 deprecated the RAILS_ROOT constant in favor of Rails.root.
Implemented here: http://github.com/fnando/asset_packager/tree/rails3