Skip to content

Instantly share code, notes, and snippets.

@radar
Last active December 23, 2015 07:38
Show Gist options
  • Save radar/6601817 to your computer and use it in GitHub Desktop.
Save radar/6601817 to your computer and use it in GitHub Desktop.
resources :candidates do
collection do
post :prospect
%w(list pending available sent rejected denied prospects hired).each do |route|
get "/#{route}(/:filter)", to: "candidates##{route}"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment