Modus Create

Results 3 issues of Modus Create

Json.success is somewhat limited, as in it only allows requests for direct ajax requests not JSONP.

whatever_action = function() { return '{ "success" : true}'; }; In an ideal situation, we should allow for actions to return anything up to the browser, if possible. This gives...

tasked to @jaygarcia