Displaying 1 result from an estimated 1 matches for "get_all_my_ticket".
Did you mean:
get_all_my_tickets
2006 Jan 27
2
DB & AR advise please (diagram inc)
...id])
client.get_all_active_tickets
user = User.find(params[:id])
user.get_all_tickets
ticket = Ticket.find(params[:id])
ticket.get_all_journals
ticket.get_current_employee
ticket.get_status
ticket.get_company_name
ticket.get_company_email
employee = Employee.find("John Smith")
employee.get_all_my_tickets
Any help would be fantastic!
Thanks Aftershock
--
Posted via http://www.ruby-forum.com/.