Skip to content

Commit

Permalink
Pull Request bploetz#1: Missed a reference [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ploetz committed Mar 5, 2012
1 parent 0659449 commit 74117f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -127,7 +127,7 @@ Example.

```ruby
MyApi::Application.routes.draw do
api_version(:module => "V20120317", :header => "X-CUSTOM-HEADER", :value => "v20120317", :default => true) do
api_version(:module => "V20120317", :header => "API-VERSION", :value => "v20120317", :default => true) do
match '/foos.(:format)' => 'foos#index', :via => :get
match '/foos_no_format' => 'foos#index', :via => :get
resources :bars
Expand Down

0 comments on commit 74117f3

Please sign in to comment.