master
Alinson S. Xavier 16 years ago
parent 62993fbbe4
commit ca993b06de

@ -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,