Skip to content
Snippets Groups Projects
Commit 816354db authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 08adb0f8
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
# fk_rails_bd6f7212a9 (university_id => universities.id)
#
class User < ApplicationRecord
include WithAdminTheme
include WithAvatar
include WithRegistrationContext
include WithUniversity
......@@ -64,7 +65,6 @@ class User < ApplicationRecord
include WithPerson
include WithRoles
include WithSyncBetweenUniversities
include WithAdminTheme
belongs_to :language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment