keithwhor / nodal

API Services Made Easy With Node.js

Home Page:http://www.nodaljs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`nodal g:controller` generates a controller with this.render() methods

nsipplswezey opened this issue · comments

commented

Consider if this is still intended behavior, or if instead this.respond() is the appropriate method.

commented

This could use more specificty:
This issue specifically refers to a CLI call nodal g:controller that doesn't use the --for flag.
My intuition is that that this.render() could be removed from Nodal since my guess is that that it's an HTML rendering response.