Skip to content

Instantly share code, notes, and snippets.

@yoones
Created March 12, 2019 21:35
Show Gist options
  • Save yoones/98ce6693daf8372cadc77ce4b0b08117 to your computer and use it in GitHub Desktop.
Save yoones/98ce6693daf8372cadc77ce4b0b08117 to your computer and use it in GitHub Desktop.
Permit one attachment
params.require(:profile).permit(:some_attribute, :some_other_attribute, :avatar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment