Skip to content

Commit

Permalink
Use Base.helper instead of including the helper module directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 11, 2007
1 parent 9bda6f8 commit 062a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ActionController::Base.send :include, InPlaceEditing
ActionView::Helpers.send :include, InPlaceMacrosHelper
ActionController::Base.helper InPlaceMacrosHelper

0 comments on commit 062a572

Please sign in to comment.