From 476abd403b38ed214b833fbc1dbc16740576c33d Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 8 Mar 2019 17:06:16 +0530 Subject: Updated links from http to https in guides, docs, etc --- actionmailbox/test/dummy/config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailbox/test/dummy/config/routes.rb') 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 -- cgit v1.2.3