diff --git a/app/models/student_user.rb b/app/models/student_user.rb index ca4d3fe..026e6f7 100644 --- a/app/models/student_user.rb +++ b/app/models/student_user.rb @@ -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