/src/all/app/controllers/HomeController.js
https://github.com/vanm/matador · JavaScript · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 4d0d817b078e1c019bc35886783b800a MD5 · raw file
- module.exports = require(app.set('controllers') + '/ApplicationController').extend()
- .methods({
- index: function () {
- this.render('index', {
- title: 'The Matador Framework'
- })
- }
- })