Skip to content

Commit 139e8c3

Browse files
committed
Modified including for supporting rails 2.3 versions
1 parent ca816d0 commit 139e8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gon/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def include_gon
2020
end
2121
end
2222

23-
ActionView::Helpers.send :include, Gon::Helpers
23+
ActionView::Base.send :include, Gon::Helpers

0 commit comments

Comments
 (0)