Skip to content

Commit

Permalink
ruby-grape#809: fix reference to new gem version number in UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vondrak committed Dec 3, 2014
1 parent e62bb88 commit f551853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class API < Grape::API
end
```

Pre-0.9.1, this would respond with JSON to `/hello`, `/hello.json`, `/hello.xml`, `/hello.txt`, etc.
Pre-0.10.0, this would respond with JSON to `/hello`, `/hello.json`, `/hello.xml`, `/hello.txt`, etc.

Now, this will only respond with JSON to `/hello`, but will be a 404 when trying to access `/hello.json`, `/hello.xml`, `/hello.txt`, etc.

Expand Down

0 comments on commit f551853

Please sign in to comment.