the question is the following, I have a Model called publications, in this model I have an integer attribute called: reason, what I want to do is that before the user accesses the view of the form to create publication there is a previous view with two links, for example in my case one that says "Rent (lease)" and the other "Sell", then the user when accessing one of these two links the attribute parameter: reason is automatically placed in 1 if it is selling or in 2 if it is to rent, thus entering the filling of the form but with this attribute already prescribed. What would be the format of those link_to? Do I have to add an equal route?