Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created May 27, 2014 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdewind/0d6ca92eb776f1a67625 to your computer and use it in GitHub Desktop.
Save jdewind/0d6ca92eb776f1a67625 to your computer and use it in GitHub Desktop.
Subform ontap
@form.row(:subform_key).row(:a_row).on_tap |do|
end
@clayallsopp
Copy link

You want to do

@form.row(:subform_key).subform.to_form.row(:a_row).on_tap |do|
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment