ActionMailer question

http://pastie.org/394347

I’m trying to concat a few things inside the subject portion of an
actionmailer method, is it possible?

You can concat anything you want into the subject.

The issue you have is with the last argument in your expression. You
need to process it a little more to get it to a string. Specifically,
you need to format the time string.