Skip to content

Instantly share code, notes, and snippets.

@AndrewRayCode
Created January 30, 2015 03:08
Show Gist options
  • Save AndrewRayCode/da8a855a683626218e7f to your computer and use it in GitHub Desktop.
Save AndrewRayCode/da8a855a683626218e7f to your computer and use it in GitHub Desktop.
def update
@model.update(model_params)
respond_with(@model)
end
def model_params
params.require(:model).permit( :name, :tag_list, :tags )
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment