$name$_controller.coffeetools/templates/controller/controllers/ | |
|---|---|
class $App$.$Name$Controller extends Batman.Controller
index: (params) -> | |
| Add actions to this controller by defining functions on it. show: (params) -> Add functions to run before an action with @beforeFilter 'someFunctionKey' # or @beforeFilter -> ... | |