How can I get a full url in rails?
url_for @book is returning only a path like /book/1 and not www.domain.com/book/1
Thanks (and sorry if the answer is obvio
If it's a RESTful resource you'll be able to use this:
book_url(@book)