Skip to content

Commit

Permalink
Adopt documentation to status changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Sep 15, 2021
1 parent a9458c4 commit d1b1831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,11 @@ Reported tags:
method: "PostsController#index",
http_method: "GET",
format: "html",
status: ["200", ""],
status: ["500"],
exception: "ArgumentError"
}
```

*Note*: If an exception happens during that particular action the `status` will be blank and the tag `exception` will contain the name of the exception class. The status is blank because we can't know how you handle the exception outside the action.

### Action View

Reported ActiveSupport instrumentation hooks:
Expand Down

0 comments on commit d1b1831

Please sign in to comment.