File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
guides/code/getting_started/config
railties/lib/rails/generators/rails/app/templates/config Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55
55
# just remember to delete public/index.html.
56
56
root :to => "welcome#index"
57
57
58
- # See how all your routes lay out by running `$ rake routes`
59
- # or by visiting `/rails/info/routes` in your browser
58
+ # See how all your routes lay out with "rake routes"
60
59
61
60
# This is a legacy wild controller route that's not recommended for RESTful applications.
62
61
# Note: This route will make all actions in every controller accessible via GET requests.
Original file line number Diff line number Diff line change 51
51
# end
52
52
53
53
54
- # See how all your routes lay out by running `$ rake routes`
55
- # or by visiting `/rails/info/routes` in your browser
54
+ # See how all your routes lay out with "rake routes".
56
55
end
You can’t perform that action at this time.
0 commit comments