提交 54aed238 编写于 作者: L Lucas Mazza

Fix typo in the Observers deprecation message. [ci skip]

上级 39e85b3b
......@@ -119,7 +119,7 @@ class Railtie < Rails::Railtie # :nodoc:
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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册