Skip to content

Commit

Permalink
No need to send anymore, include is public
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent 24c5cd4 commit 416894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'action_controller'
require 'action_view'

ActionView::RoutingUrlFor.send(:include, ActionDispatch::Routing::UrlFor)
ActionView::RoutingUrlFor.include ActionDispatch::Routing::UrlFor

require 'action_view/template'
require 'action_view/test_case'
Expand Down

0 comments on commit 416894a

Please sign in to comment.