RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Delius
Site: https://bitbucket.org/ismc2222/
<%= f.hidden_field :product_type_id %>
should be
Have you inserted
<%= f.hidden_field :tracker_type_id %>
in the app/views/products/_form.html.erb
<%= f.hidden_field :product_type_id %>
should be
Have you inserted
<%= f.hidden_field :tracker_type_id %>
in the app/views/products/_form.html.erb