diff options
Diffstat (limited to 'app/models/attachment.rb')
-rw-r--r-- | app/models/attachment.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/attachment.rb b/app/models/attachment.rb index c9783b9ce..cdcb8d231 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -26,7 +26,6 @@ class Attachment < ActiveRecord::Base validates_length_of :disk_filename, :maximum => 255 acts_as_event :title => :filename, - :description => :filename, :url => Proc.new {|o| {:controller => 'attachments', :action => 'download', :id => o.id}} cattr_accessor :storage_path |