Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/plugins/in_place_editing/init.rb

Revision 7464, 103 bytes (checked in by bitsweat, 8 months ago)

Use Base.helper instead of including the helper module directly.

Line 
1 ActionController::Base.send :include, InPlaceEditing
2 ActionController::Base.helper InPlaceMacrosHelper
Note: See TracBrowser for help on using the browser.