diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-11-28 22:49:34 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-11-28 22:49:34 -0200 |
commit | 39e85b3b90c58449164673909a6f1893cba290b2 (patch) | |
tree | a9d92a6f70cb839bb875e9cc867ed8dec6b5944d /railties/lib/rails/engine.rb | |
parent | e38d310912a610ffe8a0944a533bfb9e5950f3a5 (diff) | |
parent | f862376d169acfe362552787c095ff4b93834f9c (diff) | |
download | rails-39e85b3b90c58449164673909a6f1893cba290b2.tar.gz rails-39e85b3b90c58449164673909a6f1893cba290b2.tar.bz2 rails-39e85b3b90c58449164673909a6f1893cba290b2.zip |
Merge branch 'extract_observers'
Diffstat (limited to 'railties/lib/rails/engine.rb')
-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 f6721c617f..725295004f 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -106,7 +106,7 @@ module Rails # # The <tt>Application</tt> class adds a couple more paths to this set. And as in your # <tt>Application</tt>, all folders under +app+ are automatically added to the load path. - # If you have an <tt>app/observers</tt> folder for example, it will be added by default. + # If you have an <tt>app/services/tt> folder for example, it will be added by default. # # == Endpoint # |