aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
diff options
context:
space:
mode:
authorsuchasurge <frank@heidjer.info>2011-03-06 10:44:52 +0100
committersuchasurge <frank@heidjer.info>2011-03-06 10:44:52 +0100
commitb99fb66fb75bcc6b42869caa28dc79781a1aa9c7 (patch)
tree93a9d90e66a725b43b4e54d2514f56a731917b1a /activesupport/lib/active_support/log_subscriber.rb
parent9b96de6f3dfa31695c2fc27919e2989a98f6899d (diff)
downloadrails-b99fb66fb75bcc6b42869caa28dc79781a1aa9c7.tar.gz
rails-b99fb66fb75bcc6b42869caa28dc79781a1aa9c7.tar.bz2
rails-b99fb66fb75bcc6b42869caa28dc79781a1aa9c7.zip
more style changes
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber.rb')
-rw-r--r--activesupport/lib/active_support/log_subscriber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/log_subscriber.rb b/activesupport/lib/active_support/log_subscriber.rb
index df335af841..10675edac5 100644
--- a/activesupport/lib/active_support/log_subscriber.rb
+++ b/activesupport/lib/active_support/log_subscriber.rb
@@ -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 should be called after your ActiveRecord::LogSubscriber definition.
+ # the line above should be called after your <tt>ActiveRecord::LogSubscriber</tt> definition.
#
# After configured, whenever a "sql.active_record" notification is published,
# it will properly dispatch the event (ActiveSupport::Notifications::Event) to