Skip to content

Commit 14604af

Browse files
Fixing rubocop offenses
1 parent 51d2dcd commit 14604af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/v1/users_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class V1::UsersController < ApplicationController
1010
validate_user(:id, 0)
1111
end
1212

13-
# POST /users
13+
# POST /users
1414
def create
1515
@user = User.new(user_params)
1616
if @user.save

0 commit comments

Comments
 (0)