Skip to content

Instantly share code, notes, and snippets.

@romulostorel
Created November 13, 2012 12:06
Show Gist options
  • Save romulostorel/4065427 to your computer and use it in GitHub Desktop.
Save romulostorel/4065427 to your computer and use it in GitHub Desktop.
routes.rb
resources :pre_enrollments do
get 'expected_vacancies', :on => :member
collection do
get :expected_vacancies
get :filter
get :modal
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment