aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test/dummy/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailbox/test/dummy/config/routes.rb')
-rw-r--r--actionmailbox/test/dummy/config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox/test/dummy/config/routes.rb b/actionmailbox/test/dummy/config/routes.rb
index 30b05169b3..1fc667e242 100644
--- a/actionmailbox/test/dummy/config/routes.rb
+++ b/actionmailbox/test/dummy/config/routes.rb
@@ -1,4 +1,4 @@
Rails.application.routes.draw do
resources :messages
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
+ # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end