Daily Rubocop

This commit is contained in:
Sebastian Serth
2021-04-26 16:41:03 +02:00
parent 4958f5b9a9
commit 3c7e9176a2
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class User < ApplicationRecord
self.abstract_class = true