mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixing typo
This commit is contained in:
parent
4bf6c1c0c0
commit
46c7a991a2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module ActiveSupport
|
|||
# ActiveRecord::LogSubscriber.attach_to :active_record
|
||||
#
|
||||
# Since we need to know all instance methods before attaching the log subscriber,
|
||||
# the line above shuold be called after your ActiveRecord::LogSubscriber definition.
|
||||
# the line above should be called after your ActiveRecord::LogSubscriber definition.
|
||||
#
|
||||
# After configured, whenever a "sql.active_record" notification is published,
|
||||
# it will properly dispatch the event (ActiveSupport::Notifications::Event) to
|
||||
|
|
Loading…
Reference in a new issue