Skip to content

Commit

Permalink
Pass along options when finding from ids without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joshknowles committed Apr 3, 2009
1 parent c2e4115 commit cc90abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cash/query/abstract.rb
Expand Up @@ -160,7 +160,7 @@ def deserialize_objects(objects)

def find_from_keys(*missing_keys)
missing_ids = Array(missing_keys).flatten.collect { |key| key.split('/')[2].to_i }
find_from_ids_without_cache(missing_ids, {})
find_from_ids_without_cache(missing_ids, @options1)
end
end
end
Expand Down

0 comments on commit cc90abf

Please sign in to comment.