Merge pull request #3615 from Dbz/fixed_typo

fixed typo referring to routes.rb file
This commit is contained in:
Carlos Antonio da Silva 2015-06-02 23:03:51 -03:00
commit 2510c949e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Some setup you must do manually if you haven't yet:
Ensure you have overridden routes for generated controllers in your route.rb.
Ensure you have overridden routes for generated controllers in your routes.rb.
For example:
Rails.application.routes.draw do