Skip to content

Commit 3c68204

Browse files
committed
fix typo
1 parent 1591e80 commit 3c68204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class UsersController < ApplicationController
155155
end
156156
}
157157
def create
158-
user = User.new(types_params[:user])
158+
user = User.new(typed_params[:user])
159159

160160
if user.save
161161
render_created user, location: v1_user_url(user)

0 commit comments

Comments
 (0)