Skip to content

Instantly share code, notes, and snippets.

@alexandrebini
Created May 14, 2010 02:44
Show Gist options
  • Save alexandrebini/400749 to your computer and use it in GitHub Desktop.
Save alexandrebini/400749 to your computer and use it in GitHub Desktop.
<%= content_for(:javascript) do %>
<%= javascript_tag "save_related_category_src(#{@category.categories.any?})"%>
<%- for category in @category.categories do %>
<%= javascript_tag "add_new_related_category(#{category.id})" %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment