It works when you have HABTM associations.
In the nested controller’s activescaffold config block add:
1 2 | nested.shallow_delete = true |
It works when you have HABTM associations.
In the nested controller’s activescaffold config block add:
1 2 | nested.shallow_delete = true |