/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

  1. module.exports = require(app.set('controllers') + '/ApplicationController').extend()
  2. .methods({
  3. index: function () {
  4. this.render('index', {
  5. title: 'The Matador Framework'
  6. })
  7. }
  8. })