Applied rubocop.

This commit is contained in:
Martin Edenhofer 2015-07-16 16:41:28 +02:00
parent b08e6e568f
commit 06d970efb6

View file

@ -103,6 +103,6 @@ class SettingsController < ApplicationController
return true if setting.preferences && !setting.preferences[:online_service_disable]
response_access_deny
return
false
end
end