Migrate User to abstract class

This commit is contained in:
Sebastian Serth
2018-11-25 20:22:43 +01:00
parent 4fd128b31b
commit 141450a840
4 changed files with 36 additions and 36 deletions

View File

@ -1,5 +1,4 @@
class InternalUser < ApplicationRecord
include User
class InternalUser < User
authenticates_with_sorcery!