forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔗 Remove RDoc auto-link from Rails module everywhere
- Loading branch information
Showing
95 changed files
with
222 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -267,7 +267,7 @@ module ActionMailer | |
# the delivery agents. Your class should make any needed modifications directly to the passed | ||
# in +Mail::Message+ instance. | ||
# | ||
# = Default Hash | ||
# = Default \Hash | ||
# | ||
# Action Mailer provides some intelligent defaults for your emails, these are usually specified in a | ||
# default method inside the class definition: | ||
|
@@ -316,7 +316,7 @@ module ActionMailer | |
# | ||
# config.action_mailer.default_options = { from: "[email protected]" } | ||
# | ||
# = Callbacks | ||
# = \Callbacks | ||
# | ||
# You can specify callbacks using <tt>before_action</tt> and <tt>after_action</tt> for configuring your messages, | ||
# and using <tt>before_deliver</tt> and <tt>after_deliver</tt> for wrapping the delivery process. | ||
|
@@ -783,7 +783,7 @@ def _raise_error | |
# the most used headers in an email message, these are: | ||
# | ||
# * +:subject+ - The subject of the message, if this is omitted, Action Mailer will | ||
# ask the Rails I18n class for a translated +:subject+ in the scope of | ||
# ask the \Rails I18n class for a translated +:subject+ in the scope of | ||
# <tt>[mailer_scope, action_name]</tt> or if this is missing, will translate the | ||
# humanized version of the +action_name+ | ||
# * +:to+ - Who the message is destined for, can be a string of addresses, or an array | ||
|
@@ -929,7 +929,7 @@ def set_content_type(m, user_content_type, class_default) # :doc: | |
end | ||
end | ||
|
||
# Translates the +subject+ using Rails I18n class under <tt>[mailer_scope, action_name]</tt> scope. | ||
# Translates the +subject+ using \Rails I18n class under <tt>[mailer_scope, action_name]</tt> scope. | ||
# If it does not find a translation for the +subject+ under the specified scope it will default to a | ||
# humanized version of the <tt>action_name</tt>. | ||
# If the subject has interpolations, you can pass them through the +interpolations+ parameter. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.