Closed stewart closed 10 years ago
Any necessary state can be maintained in the request/session.
Now to access other controller's routes, you can do something like:
var app = require('./application_controller'); app.action(req, res);
Looks great :ship: :it:
Any necessary state can be maintained in the request/session.
Now to access other controller's routes, you can do something like: