Displaying 1 result from an estimated 1 matches for "bt_controller".
Did you mean:
b_controller
2007 Jun 20
0
ActionMailer into a Component
Hello
I''ve created a little component rsbt (for really Simple Bug Tracker) :
<app_root>/components/rsbt
Inside this component i have my MVC :
bt_controller.rb , bug.rb (model) and the view (into a ''bt'' subfolder)
Then, i wanted a notification, once a Ticket has been submitted .
So i''ve created a model notifier.rb (extending ActionMailer) and put
it at the root of my component.
Finally the associated template of my email , i...