diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-22 17:52:11 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-22 17:52:11 +0000 |
commit | f336cf463c7d4a00718410807410e3505b0de481 (patch) | |
tree | b132b7ff3ddfacbcc7947deb833a17bf29e0d150 /activesupport/lib | |
parent | 9b55e3dad13e4f68d10ead329784bef4e1a74cd7 (diff) | |
download | rails-f336cf463c7d4a00718410807410e3505b0de481.tar.gz rails-f336cf463c7d4a00718410807410e3505b0de481.tar.bz2 rails-f336cf463c7d4a00718410807410e3505b0de481.zip |
Fixes rake annotations to search erb and builder files as well (closes #9150) [m.langenberg]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index 076df426d7..828015d2f3 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -383,7 +383,7 @@ module Dependencies #:nodoc: class LoadingModule #:nodoc: # Old style environment.rb referenced this method directly. Please note, it doesn't - # actualy *do* anything any more. + # actually *do* anything any more. def self.root(*args) if defined?(RAILS_DEFAULT_LOGGER) RAILS_DEFAULT_LOGGER.warn "Your environment.rb uses the old syntax, it may not continue to work in future releases." |