|
2 |
edited tags
|
||
|
1 |
|
||
How do I redirect multiple actions to a single action while maintaining DRY?I have an I was trying to be DRY and create an
However, this doesn't seem to get called; rather, the action complains that its view cannot be found.
Is there any way I can do this in a DRY way, or should I just be sticking the redirect_to call in each of the three actions?
|
||||
