with acts_as_journalized activities only have to search the journal table
This commit is contained in:
parent
2ec2405b32
commit
2287d7ce8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user