Skip to content

Instantly share code, notes, and snippets.

@obelich
Created November 15, 2017 18:00
Show Gist options
  • Save obelich/b1debcadf065d332eada4dda10e5d0cd to your computer and use it in GitHub Desktop.
Save obelich/b1debcadf065d332eada4dda10e5d0cd to your computer and use it in GitHub Desktop.
has_many :$Modelo$,, dependent: :destroy
accepts_nested_attributes_for :$Modelo$, allow_destroy: true, reject_if: proc { |att| att['$Campo$'].blank? }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment