Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created August 18, 2010 20:48
Show Gist options
  • Save jackdempsey/536139 to your computer and use it in GitHub Desktop.
Save jackdempsey/536139 to your computer and use it in GitHub Desktop.
# Automatically turns on autosave and thus also validates
accepts_nested_attributes_for :phone_numbers, :emails, :addresses,
:allow_destroy => true,
:reject_if => proc { |attrs| attrs.all? { |k, v| v.blank? } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment