I have read and read the docs on these two methods, but for the life of me cannot work out why you might use one over the other?
Could someone just give me a basic code
reset() is used for replacing collection with new array. For example:
@collection.reset(@full_collection.models)
would load @full_collections models, however
@collection.reset()
would return empty collection. And fetch() function returns default collection of model