When you do map.resources on a model, it generates a bunch of routing helpers:
resource_path(@resource)
resource_url(@resource)
new_resource_url
etc.
What's the difference between using _path and _url? From what I've tried it doesn't seem to make any difference.