Fix autocorrectable rubocop offences and implement suggestions

This commit is contained in:
Konrad Hanff
2021-04-22 08:58:50 +02:00
committed by Sebastian Serth
parent b29bc5e70f
commit 286a3f394d
7 changed files with 42 additions and 31 deletions

View File

@ -1,2 +1,4 @@
# frozen_string_literal: true
class ApplicationError < StandardError
end