I\'m trying to style a rails link using css using the following code:
<%= link_to \"Learn More\", :controller => \"menus\", :action => \"index\", :
I solved my problem by the way
<%= link_to image_tag("imageexamplo.png", class: 'class or id examplo css'),{controller: "user" , action: "index"}%>