Blog Archives

Diffrence between path and url routes helper rails [For Beginners]

Difference between path and url routes helper rails about_path -> ‘/about’ about_url -> ‘http://localhost:3000/about’ Note that about_url is the full URL http://localhost:3000/about (with localhost:3000 being replaced with the domain name, such as example.com, for a fully deployed site). To get

Tagged with: , ,
Posted in Ruby on Rails
StackOverFlow
Categories
Archives