I reed Tower.js doc and totally cant see - how I may get worked mailer?
Mailers section said:
class App.Notification extends Tower.Mailer
# app/views/mailers/welcome.coffee template
@welcome: (user) ->
@mail to: user.email, from: "me@gmail.com"
but example do not marked where this code need to be placed.
Please appoint me.