Document link after a search ... #520
This commit is contained in:
parent
3328879400
commit
6e4e46791c
@ -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 }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user