Use double quotes in config/

This commit is contained in:
Julian Herrero
2019-03-15 09:28:28 +01:00
parent 8510624692
commit c9cdc72537
16 changed files with 158 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
# Load the Rails application.
require File.expand_path('../application', __FILE__)
require File.expand_path("../application", __FILE__)
# Initialize the Rails application.
Rails.application.initialize!