railsの〜pathを使ったリンクにcssを適用させる書き方


<%= link_to '表示したいリンク名', ~~~_path, class: '表示したいリンクの名前' %>