diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 90b45d6502..f5e1450f8a 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -407,7 +407,7 @@ module ActionDispatch # # [:format] # Allows you to specify the default value for optional +format+ - # segment or disable it if you supply +false+. + # segment or disable it by supplying +false+. def match(path, options=nil) end @@ -1192,7 +1192,7 @@ module ActionDispatch # # [:format] # Allows you to specify the default value for optional +format+ - # segment or disable it if you supply +false+. + # segment or disable it by supplying +false+. # # === Examples # |