Skip to content

Instantly share code, notes, and snippets.

@sandsu
Created June 6, 2012 01:12
Show Gist options
  • Save sandsu/2879226 to your computer and use it in GitHub Desktop.
Save sandsu/2879226 to your computer and use it in GitHub Desktop.
simple_form_for @campaign do |f|
f.simple_fields_for :questions do |q|
f.simple_fields_for :answer do %>
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment