public
Description: Rails plugin to manage js and css include dependencies
Homepage: http://www.codeofficer.com/
Clone URL: git://github.com/CodeOfficer/asset-dependency-manager.git
100644 10 lines (7 sloc) 0.371 kb
1
2
3
4
5
6
7
8
9
10
# Include hook code here
 
require 'codeofficer/asset_manager/controller'
require 'codeofficer/asset_manager/helpers'
require 'codeofficer/asset_manager/view'
 
ActionController::Base.send :include, CodeOfficer::AssetManager::Controller
ActionController::Base.send :helper, CodeOfficer::AssetManager::Helpers
ActionView::Base.send :include, CodeOfficer::AssetManager::View