Ruby on Rails
Saturday, January 2, 2016
@school = current_user.create_school(school_params)
undefined method `create_school' for #<User:0xb4e407a0>
On Saturday, January 2, 2016 at 3:51:12 PM UTC-5, fugee ohu wrote:
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
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/a7a7a299-49d0-4475-b7f7-a83397afac37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment