mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
more style changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'active_support/base64'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
|
||||
module ActiveSupport
|
||||
# MessageVerifier makes it easy to generate and verify messages which are signed
|
||||
# +MessageVerifier+ makes it easy to generate and verify messages which are signed
|
||||
# to prevent tampering.
|
||||
#
|
||||
# This is useful for cases like remember-me tokens and auto-unsubscribe links where the
|
||||
|
||||
Reference in New Issue
Block a user