Rails 3.1
Ran into some issues setting up and might have hacked the wrong solution together.
Any ideas on why...
link_to_add
is creating 2 copieslink_to_destroy
is destroying the wrong copyThis issue was not related to Nested_forms, it was related to rake assets:precompile
. I was precompiling (unnecessarily) before pushing to Heroku which left me with two copies and strange jQuery behavior.