Posts by Anderson De Camargo • 1 point
1 post
- 
		0 votes1 answer543 viewsA: Routes calling the same controller actionI believe your problem lies in the relationship. You need to create a controller and Resources for an associative table. Example: class Favoritos < ApplicationRecord has_many :usuaio has_many…