Autofix Rubocop Style/IfUnlessModifier (#23697)
This commit is contained in:
@ -90,9 +90,7 @@ module Admin
|
||||
end
|
||||
|
||||
def action_from_button
|
||||
if params[:save]
|
||||
'save'
|
||||
end
|
||||
'save' if params[:save]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user