This commit is contained in:
2009-09-06 21:21:36 -03:00
parent 62993fbbe4
commit ca993b06de

View File

@@ -21,7 +21,7 @@ class Course < ActiveRecord::Base
# Associacoes # Associacoes
has_many :attachments, has_many :attachments,
:order => "path, file_name", :order => "path is not null, path, file_name",
:dependent => :destroy :dependent => :destroy
has_many :events, has_many :events,