mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in the Observers deprecation message. [ci skip]
This commit is contained in:
parent
39e85b3b90
commit
54aed2387c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ module ActiveRecord
|
|||
unless app.config.active_record.delete(:observers).nil?
|
||||
ActiveSupport::Deprecation.warn <<-EOF.strip_heredoc, []
|
||||
Active Record Observers has been extracted out of Rails into a gem.
|
||||
Please use callbaks or add `rails-observers` to your Gemfile to use observers.
|
||||
Please use callbacks or add `rails-observers` to your Gemfile to use observers.
|
||||
|
||||
To disable this message remove the `observers` option from your
|
||||
`config/application.rb` or from your initializers.
|
||||
|
|
Loading…
Reference in a new issue