Skip to content

Instantly share code, notes, and snippets.

@zainalmustofa
Last active July 4, 2019 14:34
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 zainalmustofa/d016490c9f7697623bbeb59f56bec3ad to your computer and use it in GitHub Desktop.
Save zainalmustofa/d016490c9f7697623bbeb59f56bec3ad to your computer and use it in GitHub Desktop.
resources :photos do
get 'preview', on: :member
end
Rails.application.routes.draw do
resources :photos do
collection do
get 'search'
end
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment