Mostly programming and parenting, and not a hint of sarcasm
Named redirect routes in Rails 3
I didn’t see this mentioned anywhere in the Rails Guide or in my admittedly cursory Google searches, but apparently it’s possible to create named redirect routes in Rails 3. For example:
| 1 2 3 4 |
|
Then you can use those in your layouts like so:
| 1 2 3 4 |
|
Recent Comments