Fix all Layout/SpaceAroundEqualsInParameterDefault rubocop issues from rubocop_todo list
This commit is contained in:
@@ -25,7 +25,7 @@ module ActsAsParanoidAliases
|
||||
update_attribute(:confirmed_hide_at, Time.current)
|
||||
end
|
||||
|
||||
def restore(opts={})
|
||||
def restore(opts = {})
|
||||
return false unless hidden?
|
||||
super(opts)
|
||||
update_attribute(:confirmed_hide_at, nil)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ManagerAuthenticator
|
||||
|
||||
def initialize(data={})
|
||||
def initialize(data = {})
|
||||
@manager = {login: data[:login], user_key: data[:clave_usuario], date: data[:fecha_conexion]}.with_indifferent_access
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user