diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-07-19 23:54:48 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-07-20 00:03:28 +0530 |
commit | 46be69a220cf1815320ecdd7595d8fa37dcb5fd5 (patch) | |
tree | 723f26a5006f74b4f54e9f0647664cb431acc5e9 /railties/lib | |
parent | 4a54e404882708ee8b691ec8de9b663954f8b683 (diff) | |
download | rails-46be69a220cf1815320ecdd7595d8fa37dcb5fd5.tar.gz rails-46be69a220cf1815320ecdd7595d8fa37dcb5fd5.tar.bz2 rails-46be69a220cf1815320ecdd7595d8fa37dcb5fd5.zip |
spacing fix
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/engine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 556aed19cf..b5b4c2becc 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -73,7 +73,7 @@ module Rails # == Paths # # Since Rails 3.0, applications and engines have more flexible path configuration (as - # opposed to the previous hardcoded path configuration). This means that you are not + # opposed to the previous hardcoded path configuration). This means that you are not # required to place your controllers at <tt>app/controllers</tt>, but in any place # which you find convenient. # |