mileszs
12/22/2010 - 7:12 PM

gistfile1.txt

%legend Enter Information about pricing for registration
  - event_form.fields_for :prices do |price_form|
    .form_row  
      = price_form.label :price_type, "Type (ie: Competitive, Adult, etc)"
      = price_form.text_field :price_type
    .form_row
      = price_form.label :price, "Price $"
      = price_form.text_field :price, {:class => "price"}