Fix misc rubocop warnings.

This commit is contained in:
evazion
2020-06-16 21:36:15 -05:00
parent dc460aab53
commit b551e3634f
25 changed files with 75 additions and 95 deletions

View File

@@ -2,6 +2,7 @@ class UserDeletion
include ActiveModel::Validations
attr_reader :user, :password
validate :validate_deletion
def initialize(user, password)