suite
This commit is contained in:
parent
c3e8a4e4ff
commit
e7e21cf829
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user