ahdinosaur / bigspace

an infinite space of resources
MIT License
1 stars 1 forks source link

separate arguments to resource method (action) into params object #58

Closed ahdinosaur closed 11 years ago

wolfbiter commented 11 years ago

this will require a huge refactor, and i would like to make a note to myself that this also entails changing the url encoded arguments in method calls's views (ie the one in space/view/remove/min.js)

ahdinosaur commented 11 years ago

closed as separation between params, which are passed to views in options.data, and special params (those that start with double underscore, ie. __), which are passed to views in options, solves this issue.