I have the following question, in my controller there is a variable that picks which model the guy is coming from and sends it to the view.
I would like to create a link from this variable type: link_to @link (variable: @variavel), in this part the system is very dynamic and I would like to be able to show a link back to the template that would have invoked the creation.