fixing typo

This commit is contained in:
Neeraj Singh 2010-07-23 16:14:16 -04:00
parent 4bf6c1c0c0
commit 46c7a991a2

@ -21,7 +21,7 @@ module ActiveSupport
# ActiveRecord::LogSubscriber.attach_to :active_record # ActiveRecord::LogSubscriber.attach_to :active_record
# #
# Since we need to know all instance methods before attaching the log subscriber, # 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, # After configured, whenever a "sql.active_record" notification is published,
# it will properly dispatch the event (ActiveSupport::Notifications::Event) to # it will properly dispatch the event (ActiveSupport::Notifications::Event) to