app/assets/javascripts/joosy/core/resource/rest.js.coffee in joosy-1.0.0.RC2 vs app/assets/javascripts/joosy/core/resource/rest.js.coffee in joosy-1.0.0.RC3

- old
+ new

@@ -67,11 +67,11 @@ # # Builds collection path # # @see Joosy.Resource.REST.collectionPath # - collectionPath: -> - @constructor.collectionPath() + collectionPath: (options={}) -> + @constructor.collectionPath options # # Sends the GET query using collectionPath. # Callback will get parsed JSON object as a parameter. # \ No newline at end of file