Top "Link-to" questions

link_to is the method in Ruby on Rails that is used to create link tags within views.

Using link_to in a class in a Rails helper

I have a rails helper using the structore below, but when I use it I get the message undefined method …

ruby-on-rails class helpers link-to