diff options
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 9ca3566663..20077befca 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -504,7 +504,7 @@ module ActionDispatch ActiveSupport::Deprecation.warn <<-eowarn The method signature of #{method}() is changing to: - #{method}(path, options = {}) + #{method}(path, options = {}, &block) Calling with multiple paths is deprecated. eowarn |