diff config/environment.rb @ 467:fd3078b4d355

Update to latest rails
author nanaya <me@nanaya.pro>
date Tue, 22 Oct 2019 16:17:30 +0900
parents 68eb23b52864
children 6cac8fcf8164
line wrap: on
line diff
--- a/config/environment.rb	Fri May 31 09:10:37 2019 +0900
+++ b/config/environment.rb	Tue Oct 22 16:17:30 2019 +0900
@@ -1,5 +1,5 @@
-# Load the rails application.
-require_relative "application"
+# Load the Rails application.
+require_relative 'application'
 
-# Initialize the rails application.
+# Initialize the Rails application.
 Rails.application.initialize!