How do I get the path to a resource in the model? I need to store it in the database and would like the same url as you get from resourcename_path(resource)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
In Rails 3, you can include the url helpers in models (though it normally is not the best way of dealing with things):
In Rails 2, I think it's |
|||||||||||||||
|
|
In Rails 3 you can use:
e.g.
|
|||||||
|