Closed rabidaudio closed 9 years ago
The fetch method can be dangerous since there can be more than one item with the same title, so I needed an id lookup method for my project.
fetch
Here it is under find if you want it.
find
@rabidaudio Thanks! Can you please also add a test for this feature?
added tests and fixed the hash syntax (also in the place I copied it from)
@rabidaudio Thanks! :dancers:
The
fetch
method can be dangerous since there can be more than one item with the same title, so I needed an id lookup method for my project.Here it is under
find
if you want it.