diff --git a/app/models/dmsf_file.rb b/app/models/dmsf_file.rb index ccfd432e..3472d2d5 100644 --- a/app/models/dmsf_file.rb +++ b/app/models/dmsf_file.rb @@ -61,7 +61,7 @@ class DmsfFile < ActiveRecord::Base acts_as_event :title => Proc.new {|o| "#{o.title} - #{o.name}"}, :description => Proc.new {|o| o.description }, - :url => Proc.new {|o| {:controller => 'dmsf_files', :action => 'show', :id => o, :download => ''}}, + :url => Proc.new {|o| {:controller => 'dmsf_files', :action => 'show', :id => o}}, :datetime => Proc.new {|o| o.updated_at }, :author => Proc.new {|o| o.last_revision.user }