aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/router/route.rb
diff options
context:
space:
mode:
authorcolorbox <colorbox222@gmail.com>2019-01-16 00:55:42 +0900
committercolorbox <colorbox222@gmail.com>2019-01-17 01:10:21 +0900
commit620ba4c12a6a075607c260fe30c95e51b51b878f (patch)
treeb61c16bc77c5c685389f7f79099f73823fb57a53 /actionmailbox/lib/action_mailbox/router/route.rb
parentd67863af390b45ed8dde551071a29b3d347bb8be (diff)
downloadrails-620ba4c12a6a075607c260fe30c95e51b51b878f.tar.gz
rails-620ba4c12a6a075607c260fe30c95e51b51b878f.tar.bz2
rails-620ba4c12a6a075607c260fe30c95e51b51b878f.zip
Fix document formatting on ActionMailbox [ci skip]
Use `+` instead of backquote.
Diffstat (limited to 'actionmailbox/lib/action_mailbox/router/route.rb')
-rw-r--r--actionmailbox/lib/action_mailbox/router/route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox/lib/action_mailbox/router/route.rb b/actionmailbox/lib/action_mailbox/router/route.rb
index b681eb7ea8..7e98e83382 100644
--- a/actionmailbox/lib/action_mailbox/router/route.rb
+++ b/actionmailbox/lib/action_mailbox/router/route.rb
@@ -2,7 +2,7 @@
module ActionMailbox
# Encapsulates a route, which can then be matched against an inbound_email and provide a lookup of the matching
- # mailbox class. See examples for the different route addresses and how to use them in the `ActionMailbox::Base`
+ # mailbox class. See examples for the different route addresses and how to use them in the +ActionMailbox::Base+
# documentation.
class Router::Route
attr_reader :address, :mailbox_name