This commit is contained in:
Nicolas Bally 2021-05-15 03:21:37 +02:00
parent c3e8a4e4ff
commit e7e21cf829

View File

@ -12,7 +12,7 @@ class StudentUser < ActiveRecord::Base
has_many :messages, :class_name => "StudentMessage"
has_many :topics, :class_name => "StudentTopic"
has_many :images, :class_name => "StudentUserImage", :order => "created_at DESC"
has_many :images, :class_name => "StudentUserImage" #, :order => "created_at DESC"
has_many :student_user_groups