1
0
Fork 0
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:
Cezary Baginski 2012-04-02 01:04:40 +02:00
parent cf182988f5
commit 1423cf9b3b

View file

@ -239,7 +239,7 @@ module Rails
#
# === Example
#
# route "root :to => 'welcome'"
# route "root :to => 'welcome#index'"
#
def route(routing_code)
log :route, routing_code