mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
depp now rubocop ready
This commit is contained in:
parent
c0b6604ba9
commit
ce52e6e097
6 changed files with 23 additions and 32 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue