Skip to content

Instantly share code, notes, and snippets.

@zainalmustofa
Created July 4, 2019 14:37
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/e04d1dadfb9fa1a17d65a0bffee067ae to your computer and use it in GitHub Desktop.
Save zainalmustofa/e04d1dadfb9fa1a17d65a0bffee067ae to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
resources :photos do
collection do
get 'search'
end
end
# or
resources :photos do
get 'search', on: :collection
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment