3
votes
4answers
93 views
+50
first_or_create by email and then save the nested model
I two models User and Submission as follows:
class User < ActiveRecord::Base
# Associations
has_many :submissions
accepts_nested_attributes_for :submissions
# Setup accessible (or ...