mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove non-sensical first couple of lines for scope method documentation
This commit is contained in:
parent
04af510b56
commit
2974f57aae
1 changed files with 0 additions and 2 deletions
|
@ -486,8 +486,6 @@ module ActionDispatch
|
|||
super
|
||||
end
|
||||
|
||||
# Used to route <tt>/photos</tt> (without the prefix <tt>/admin</tt>)
|
||||
# to Admin::PostsController:
|
||||
# === Supported options
|
||||
# [:module]
|
||||
# If you want to route /posts (without the prefix /admin) to
|
||||
|
|
Loading…
Reference in a new issue