Skip to content

Instantly share code, notes, and snippets.

@ericcf
Created June 22, 2011 14:38
Show Gist options
  • Save ericcf/1040226 to your computer and use it in GitHub Desktop.
Save ericcf/1040226 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
resources :ingredients, :only => [:index, :show]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment