We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fd7bd commit ca816d0Copy full SHA for ca816d0
lib/gon/helpers.rb
@@ -20,6 +20,4 @@ def include_gon
20
end
21
22
23
-module ActionView::Helpers
24
- include Gon::Helpers
25
-end
+ActionView::Helpers.send :include, Gon::Helpers
0 commit comments