Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default response format of the show action to HTML
This is consistent with the other actions. When making HTTP requests using tools that are not web browsers, like `curl` or `fetch` in JavaScript without an explicit `Accept` header Rails will receive the request as with the `Accept` header set to `*/*`. That means that all registered mime types are a potential match and Rails will pick the response type based on the order they're declared in the source code.
- Loading branch information