aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/observer.rb
diff options
context:
space:
mode:
authorBenjamin Quorning <beq@crd.dk>2010-07-09 15:58:58 +0200
committerBenjamin Quorning <beq@crd.dk>2010-07-13 13:00:21 +0200
commit7e075e62479a0eccad6eaf7a7c20f45347860c83 (patch)
tree20db09dc8d8f74ef1fd1aa2e7077f28c584a4dcd /activerecord/lib/active_record/observer.rb
parent4209cb97e39c2742410f81d86e7f7c5ad310a251 (diff)
downloadrails-7e075e62479a0eccad6eaf7a7c20f45347860c83.tar.gz
rails-7e075e62479a0eccad6eaf7a7c20f45347860c83.tar.bz2
rails-7e075e62479a0eccad6eaf7a7c20f45347860c83.zip
Fixed many references to the old config/environment.rb and Rails::Initializer
Diffstat (limited to 'activerecord/lib/active_record/observer.rb')
-rw-r--r--activerecord/lib/active_record/observer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/observer.rb b/activerecord/lib/active_record/observer.rb
index d2ed643f35..ce002f5e1a 100644
--- a/activerecord/lib/active_record/observer.rb
+++ b/activerecord/lib/active_record/observer.rb
@@ -68,7 +68,7 @@ module ActiveRecord
# == Configuration
#
# In order to activate an observer, list it in the <tt>config.active_record.observers</tt> configuration setting in your
- # <tt>config/environment.rb</tt> file.
+ # <tt>config/application.rb</tt> file.
#
# config.active_record.observers = :comment_observer, :signup_observer
#