From 6457ed41267975abe96b3d50364ba6b3a333b16f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 13 May 2014 14:32:45 -0700 Subject: this method should always have a parameter passed to it, so remove the default --- actionpack/lib/action_dispatch/routing/route_set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index f0c0810a3c..8f52071577 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -641,7 +641,7 @@ module ActionDispatch !mounted? && default_url_options.empty? end - def _generate_prefix(options = {}) + def _generate_prefix(options) nil end -- cgit v1.2.3