mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
|
||||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require File.expand_path('config/environment', __dir__)
|
||||
require File.expand_path("config/environment", __dir__)
|
||||
|
||||
subdir = OpenProject::Configuration.rails_relative_url_root.presence
|
||||
|
||||
map (subdir || '/') do
|
||||
map (subdir || "/") do
|
||||
use Rack::Protection::JsonCsrf
|
||||
use Rack::Protection::FrameOptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user