Skip to content

Instantly share code, notes, and snippets.

@frcake
Created August 23, 2016 06:43
Show Gist options
  • Save frcake/6c42f3bd5e2baf8778f60ffa9a54b66b to your computer and use it in GitHub Desktop.
Save frcake/6c42f3bd5e2baf8778f60ffa9a54b66b to your computer and use it in GitHub Desktop.
<% nested_set_options(Category, @category).each do |f| %>
<%= link_to f%>
<%end%>
Showing /home/frcake/workspace/Site/brokerv1/brokr/app/views/layouts/application.html.erb where line #236 raised:
no block given (yield)
Extracted source (around line #236):
234
235
236
237
238
239
<%end%>
<% nested_set_options(Category, @category).each do |f| %>
<%= link_to f%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment