Document link after a search ... #520

This commit is contained in:
Karel Picman 2016-04-14 10:46:44 +02:00
parent 3328879400
commit 6e4e46791c

View File

@ -75,7 +75,7 @@ class DmsfFile < ActiveRecord::Base
end
desc
},
:url => Proc.new { |o| {:controller => 'dmsf_files', :action => 'show', :id => o} },
:url => Proc.new { |o| {:controller => 'dmsf_files', :action => 'view', :id => o} },
:datetime => Proc.new { |o| o.updated_at },
:author => Proc.new { |o| o.last_revision.user }