Skip to content

Commit a19adfa

Browse files
Fix typo in dummy app
1 parent 3bbed50 commit a19adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/app/controllers/my_app_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def delete_dummy_model
5555
else
5656
render json: {
5757
errors: @dummy_model.errors,
58-
message: "Test Model could not be saved!"
58+
message: "Test Model could not be deleted!"
5959
}, status: :unproccessable_entity
6060
end
6161

0 commit comments

Comments
 (0)