Skip to content

Instantly share code, notes, and snippets.

@nalindz
Created February 9, 2012 20:17
Show Gist options
  • Save nalindz/1782793 to your computer and use it in GitHub Desktop.
Save nalindz/1782793 to your computer and use it in GitHub Desktop.
resources :questions do
resources :answers, :controller => "question_answers"
collection do
get :randomized
get "/:page" => "questions#page"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment