Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created November 17, 2013 15:13
Show Gist options
  • Save alnutile/7514507 to your computer and use it in GitHub Desktop.
Save alnutile/7514507 to your computer and use it in GitHub Desktop.
Look for other partial to pul in
<% if path.split('/').include?("edit") || path.split('/').include?("add") %>
<%= yield %>
<% else %>
<%= render "#{path}/main", :path => path, :settings => settings %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment