I have an Opportunity model that has a nested resource Link. In my views/opportunities/show page when I click on \"DestroY\' for one of the links, I get the error:
p
I had the same error. U must be using before_action :link_params at the top, instead do this before_action :link_params,only: [:create]