depp now rubocop ready

This commit is contained in:
Priit Tark 2015-04-07 17:02:47 +03:00
parent c0b6604ba9
commit ce52e6e097
6 changed files with 23 additions and 32 deletions

View file

@ -10,7 +10,7 @@ module Depp
helper_method :depp_current_user
rescue_from(Errno::ECONNRESET, Errno::ECONNREFUSED) do |exception|
rescue_from(Errno::ECONNRESET, Errno::ECONNREFUSED) do |_exception|
redirect_to login_url, alert: t(:no_connection_to_registry)
end