Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#645 from markgandolfo/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
seuros committed Apr 6, 2015
2 parents b350673 + cde9dff commit 0c53803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end

class UsersController < ApplicationController
def user_params
params.require(:user).permit(:name, :tag_list => []) ## Rails 4 strong params usage
params.require(:user).permit(:name, :tag_list) ## Rails 4 strong params usage
end
end

Expand Down

0 comments on commit 0c53803

Please sign in to comment.