Ruby On Rails Classroom
Neeraj Amoli /
Professional /
Web Technology
To post your Question Join Classroom
Question:-
How to permit nester attributes in Rails controllers for such model?
class User
has_one :profile
accepts_nested_attributes_for :profile
end
Answers:
• params.require(:user).permit(:email, profile: [:id, :_destroy])
• params.require(:user).permit(:email, profile: {:id, :_destroy})
• params.require(:user).permit(:email, profile_attributes: [:id, :_destroy])
• params.require(:user).permit(:email, profile_attributes: {:id, :_destroy})
Answer:-
Neeraj Amoli
Skills Ruby On Rails
Qualifications :-Location :-Dehradun,Dehradun,Uttrakhand,
Description:-
I have 3 year experience as a Software Engineer. My Skilled are Android Development (Java), ROR Development .
Explore
Students (4)
Ask
Neeraj
Ask
Shubham
Ask
Vikash
Ask
Anil
Recommended Classes
Anil Bist
I started my Professional Journey in 2006 with one of the Web Development Company in Bangalore an...
Professional
shweta Pandey
Passionate about LIFE and Learning. Lets explore together better version of "self", &qu...
Professional
shweta Pandey
Passionate about LIFE and Learning. Lets explore together better version of "self", &qu...
Professional