Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Created May 23, 2012 15:43
Show Gist options
  • Save jordanbyron/2776026 to your computer and use it in GitHub Desktop.
Save jordanbyron/2776026 to your computer and use it in GitHub Desktop.
<%= render :partial => "bottom_resource", :collection => @bottom_resources, :as => :resource %>
<%= render :partial => "sidebar_resource", :collection => @sidebar_resources, :as => :resource %>
<%= render :partial => "admin/resource_groups/resource_group_detail", :collection => @page.resource_groups, :as => :resource_group %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment