Ruby on Rails
Saturday, January 2, 2016
def create
@school = current_user.build_school(school_params)
causes the above error my models are users has_one profile, profile has_many schools, profile belongs_to user, school belongs_to profile
-- @school = current_user.build_school(school_params)
causes the above error my models are users has_one profile, profile has_many schools, profile belongs_to user, school belongs_to profile
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d4b4fb03-1828-4733-9c0c-fc6b61b4bdc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment