Skip to content

Instantly share code, notes, and snippets.

@kylemacey
Created December 4, 2013 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemacey/7788491 to your computer and use it in GitHub Desktop.
Save kylemacey/7788491 to your computer and use it in GitHub Desktop.
namespace :taco do
resources :ingredients do
get :search1, on: :member
resource :search2, only: :show
end
end
search1_taco_ingredient GET /taco/ingredients/:id/search1(.:format) taco/ingredients#search1
taco_ingredient_search2 GET /taco/ingredients/:ingredient_id/search2(.:format) taco/search2s#show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment