Hi all, I've been dealing with this issue for some time, but no success. I don't know if any one have ideas how to to this:
I have many models (ticket, report, system, user, ticket_atributo, report_atributo) with has_many and belongs_to relationships and i need to send a email with a specific link in the ticket_url. But i can't put the rigth id in the url. I need the @ticket to be the ticket_id of the record that is been updated, but i always get some othe id. By now i can send the rigth id when a new record is created, but no success when is a already saved record (ticket). If someone could help me on this I thank in advance! Here is my ticket url that does'n work: <%= ticket_url :host => @host, :id => @ticket %> Best Regards, Edson -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
