Skip to content

Instantly share code, notes, and snippets.

@axsuul
Forked from anonymous/search function
Created January 25, 2012 19:57
Show Gist options
  • Save axsuul/1678271 to your computer and use it in GitHub Desktop.
Save axsuul/1678271 to your computer and use it in GitHub Desktop.
error
1: <ul>
2: <% Student.search("Jamie").each do |student| %>
3: <li><%= link_to Student.student_name,
4: :action => 'show', :id => Student.id %></li>
5: <td><%=h student.student_name %></td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment