Last Updated: February 25, 2016
·
336
· matthewling

Thinking Rails #1 - Building urls

When you find yourself constructing urls in code, you probably should be using the routing system with a combination of to_param in order to construct links to within your app.