search for: company_phone_numb

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

Did you mean: company_phone_number
2008 Nov 04
3
Nester Resources, Routes and Class Inheritance
...number associated with them, and phone number is a different model... I''m having trouble using the form_for method with a company that happens to be an Applicant... form_for( [ @company, @phone_number] ) tries to use the route applicant_phone_number however the only route that exists is company_phone_number, which is the one I want to use... I tried to create a route by creating a map.resource :applicants, :has_many => phone_numbers but there is no resource for Reference or Applicant only models, and thus it breaks down... I get errors. Any ideas on the correct way to make this work? --~--~---...