Skip to content

Commit ca816d0

Browse files
committed
Small changes in helpers
1 parent 80fd7bd commit ca816d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/gon/helpers.rb

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

23-
module ActionView::Helpers
24-
include Gon::Helpers
25-
end
23+
ActionView::Helpers.send :include, Gon::Helpers

0 commit comments

Comments
 (0)