Skip to content

Instantly share code, notes, and snippets.

@yyandrew
Created September 21, 2014 04:53
Show Gist options
  • Save yyandrew/5a44d8e50b209632fd8a to your computer and use it in GitHub Desktop.
Save yyandrew/5a44d8e50b209632fd8a to your computer and use it in GitHub Desktop.
params.require(:article).permit(:title, :content, :description, :images_attributes => [:title, :image])
@yyandrew
Copy link
Author

Rails 4 Nested Attributes Unpermitted Parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment