Skip to content

Instantly share code, notes, and snippets.

View keeran's full-sized avatar
💭
bug fixes and performance improvements

Keeran Raj Hawoldar keeran

💭
bug fixes and performance improvements
View GitHub Profile
ActionController::Routing::Routes.draw do |map|
map.twitter 'twitter', :controller => "twitter", :action => "twitter"
map.root :controller => "twitter"
end