Created
January 30, 2015 03:08
-
-
Save AndrewRayCode/da8a855a683626218e7f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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