Skip to content

Commit

Permalink
Removed example code that broke the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Gillard-Moss committed Mar 27, 2010
1 parent 0c48365 commit a606be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/children_controller.rb
Expand Up @@ -145,8 +145,8 @@ def photo_pdf
private

def get_form_sections_for_child child
form_sections = FormSection.all
form_sections = []

Templates.child_form_section_names.each do |section_name|
form_sections << FormSection.create_form_section_from_template(section_name, Templates.get_template(section_name), child)
end
Expand Down

0 comments on commit a606be0

Please sign in to comment.