Skip to content

Instantly share code, notes, and snippets.

View kevinrood's full-sized avatar

Kevin Rood kevinrood

View GitHub Profile
@kevinrood
kevinrood / gist:1628350
Created January 17, 2012 19:30
Budget allocation view code
%h2 Budget Allocations
-# - binding.pry
- @media_plan_request.product_groups.each do |product_group|
%h3= product_group.ui_name if product_group.has_budget_allocations?
= feilds_for "{product_group_name_here}", product_group do |pg|
- product_group.products.each do |product|
- if defined?(product.budget_allocations) && product.budget_allocations.any?
= fields_for product do |p|
%h4= product.ui_name
%ul
body { background-color: orange }