Skip to content

Instantly share code, notes, and snippets.

@arvindravi
Created April 28, 2012 07:37
Show Gist options
  • Save arvindravi/2516905 to your computer and use it in GitHub Desktop.
Save arvindravi/2516905 to your computer and use it in GitHub Desktop.
Twit - routes.rb
Twit::Application.routes.draw do
resources :users,:tweets,:assets
root :to => 'tweet#home'
controller :users do
match 'create' => :create, :via => :post
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment