with acts_as_journalized activities only have to search the journal table

This commit is contained in:
Tim Felgentreff 2010-07-21 12:27:48 +02:00
parent 2ec2405b32
commit 2287d7ce8c

View File

@ -73,7 +73,7 @@ module Redmine
end
with_scope(:find => scope_options) do
find(:all, provider_options[:find_options].dup)
Journal.find(:all, provider_options[:find_options].dup)
end
end
end