Skip to content
Snippets Groups Projects
Commit 489eb85e authored by pabois's avatar pabois
Browse files

reorder includes

parent 07189039
No related branches found
No related tags found
No related merge requests found
......@@ -59,17 +59,16 @@ class User < ApplicationRecord
# We don't include Sanitizable because too many complex attributes.
# The sanitization is handled in User::WithAuthentication's sanitize_fields method.
include WithAdminTheme
include WithAuthentication
include WithAuthorship
include WithAvatar
include WithFavorites
# FIXME y a-t-il des couplages temporels qui justifient l'ordre ci-dessous ?
include WithRegistrationContext
include WithUniversity
include WithAuthentication
include WithOmniauth
include WithPerson
include WithRegistrationContext
include WithRoles
include WithSyncBetweenUniversities
include WithUniversity
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