mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correct invalid route example [ci skip]
This commit is contained in:
parent
cf182988f5
commit
1423cf9b3b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module Rails
|
|||
#
|
||||
# === Example
|
||||
#
|
||||
# route "root :to => 'welcome'"
|
||||
# route "root :to => 'welcome#index'"
|
||||
#
|
||||
def route(routing_code)
|
||||
log :route, routing_code
|
||||
|
|
Loading…
Reference in a new issue