Skip to content

Commit 117fa2f

Browse files
authored
Merge pull request rails#52542 from znz/patch-1
Remove a duplicated line [ci-skip]
2 parents a63bef5 + 085ec8d commit 117fa2f

File tree

1 file changed

+0
-1
lines changed
  • actionpack/lib/action_dispatch/routing

1 file changed

+0
-1
lines changed

actionpack/lib/action_dispatch/routing/mapper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ module Base
471471
# `:controller` should be set in options or hash shorthand. Examples:
472472
#
473473
# match 'photos/:id', to: 'photos#show', via: :get
474-
# match 'photos/:id', to: 'photos#show', via: :get
475474
# match 'photos/:id', controller: 'photos', action: 'show', via: :get
476475
#
477476
# A pattern can also point to a `Rack` endpoint i.e. anything that responds to

0 commit comments

Comments
 (0)