Module: Dynomite::Item::Read::Find
- Extended by:
- ActiveSupport::Concern
- Included in:
- Dynomite::Item::Read
- Defined in:
- lib/dynomite/item/read/find.rb
Instance Method Summary collapse
-
#find(id, options = {}) ⇒ Object
Note: options are merged into get_item params.
Instance Method Details
#find(id, options = {}) ⇒ Object
Note: options are merged into get_item params.
6 7 8 |
# File 'lib/dynomite/item/read/find.rb', line 6 def find(id, ={}) self.class.find(id, ) end |