Skip to content

Instantly share code, notes, and snippets.

@zainalmustofa
Created July 4, 2019 14:25
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/bde579d84d873f0583362b201d3ce5f1 to your computer and use it in GitHub Desktop.
Save zainalmustofa/bde579d84d873f0583362b201d3ce5f1 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
resources :photos do
member do
get 'preview'
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