Rearrange things

This commit is contained in:
Ben Ramey
2014-04-08 19:38:55 -05:00
parent 15906b56de
commit d5ac63762b
14 changed files with 144 additions and 93 deletions

View File

@@ -16,15 +16,18 @@
*/
module.exports = {
/**
* Overrides for the settings in `config/controllers.js`
* (specific to RunController)
*/
_config: {}
/**
* Overrides for the settings in `config/controllers.js`
* (specific to RunController)
*/
_config: {},
create: function(req,res) {
res.view();
}
};