Skip to content

Instantly share code, notes, and snippets.

@axsuul
Forked from anonymous/gist:3670435
Created September 7, 2012 22:50
Show Gist options
  • Save axsuul/3670441 to your computer and use it in GitHub Desktop.
Save axsuul/3670441 to your computer and use it in GitHub Desktop.
resources :studentinfos do
get ':type' => 'studentinfos#type', constraints: { type: /\d+/ }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment