Skip to content

Instantly share code, notes, and snippets.

@MFQ
Created January 20, 2015 00:02
Show Gist options
  • Save MFQ/15a946df0f48a5a3ed92 to your computer and use it in GitHub Desktop.
Save MFQ/15a946df0f48a5a3ed92 to your computer and use it in GitHub Desktop.
country_league_bowlers GET /countries/:country_id/leagues/:league_id/bowlers(.:format) bowlers#index
country_league_bowler GET /countries/:country_id/leagues/:league_id/bowlers/:id(.:format) bowlers#show
country_league_batsmen GET /countries/:country_id/leagues/:league_id/batsmen(.:format) batsmen#index
country_league_batsman GET /countries/:country_id/leagues/:league_id/batsmen/:id(.:format) batsmen#show
country_leagues GET /countries/:country_id/leagues(.:format) leagues#index
country_league GET /countries/:country_id/leagues/:id(.:format) leagues#show
countries GET /countries(.:format) countries#index
country GET /countries/:id(.:format) countries#show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment