Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created November 13, 2012 15:52
Show Gist options
  • Save phlegx/4066492 to your computer and use it in GitHub Desktop.
Save phlegx/4066492 to your computer and use it in GitHub Desktop.
routes:
resources :images do
collection do
post "get_image"
end
member { get :custom_show }
end
ActionController::RoutingError (No route matches [GET] "/images/custom_show/777"):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment