aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox/router/route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_mailbox/router/route.rb')
-rw-r--r--lib/action_mailbox/router/route.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action_mailbox/router/route.rb b/lib/action_mailbox/router/route.rb
index 6472b9a31d..adb9f94c1a 100644
--- a/lib/action_mailbox/router/route.rb
+++ b/lib/action_mailbox/router/route.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# 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`
# documentation.