想实现:
<a href="/course/edit"><span class="glyphicon glyphicon-wrench"></span></a>
在 erb 里写的:
<%= link_to '#' , edit_course_path(course) do %>
<span class="glyphicon glyphicon-wrench"></span>
<% end %>
报错undefined method
stringify_keys' for "/courses/1/edit":String`
请问应该是哪里的错误呢…………