Skip to content

Instantly share code, notes, and snippets.

@0xSventek
Created October 4, 2011 00:31
Show Gist options
  • Save 0xSventek/1260627 to your computer and use it in GitHub Desktop.
Save 0xSventek/1260627 to your computer and use it in GitHub Desktop.
routes
get '/projects/:base_project_id/next', :to => 'projects#next', :as => :next_project
get '/projects/:base_project_id/previous', :to => 'projects#previous', :as => :previous_project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment