Skip to content

Instantly share code, notes, and snippets.

@blizzerand
Created April 23, 2012 16:33
Show Gist options
  • Save blizzerand/2472119 to your computer and use it in GitHub Desktop.
Save blizzerand/2472119 to your computer and use it in GitHub Desktop.
resources :products do
resources :comments
resources :sales do
get 'recent' :as => "collection"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment