Method: Dynamo::Record::Model::ClassMethods#find_all_by_hash_key
- Defined in:
- lib/dynamo/record/model.rb
#find_all_by_hash_key(hash_key_value, opts = {}) ⇒ Object
36 37 38 |
# File 'lib/dynamo/record/model.rb', line 36 def find_all_by_hash_key(hash_key_value, opts = {}) find_all_by_index_and_hash_key(hash_key, hash_key_value, opts) end |