Bundle update rubocop and auto correct style issues
This commit is contained in:
parent
22fd814193
commit
9c9ebdf557
13 changed files with 42 additions and 37 deletions
|
|
@ -3,6 +3,6 @@
|
|||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
|
||||
# https://gist.github.com/ebeigarts/5450422
|
||||
map ENV['RAILS_RELATIVE_URL_ROOT'] || '/' do
|
||||
map ENV.fetch('RAILS_RELATIVE_URL_ROOT', '/') do
|
||||
run Foodsoft::Application
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue