search for: bt_control

Displaying 1 result from an estimated 1 matches for "bt_control".

Did you mean: rt_control
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...