# File lib/paper_trail/version_concern.rb, line 39 def with_item_keys(item_type, item_id) where :item_type => item_type, :item_id => item_id end