How To "link_to" Full Path In Rails 4?
This is the code i have
Solution 1:
To get the full URL, use gig_url(@gig)
instead of gig_path(@gig)
.
To get the full URL, use gig_url(@gig)
instead of gig_path(@gig)
.
You may like these posts
Post a Comment for "How To "link_to" Full Path In Rails 4?"