Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Last active October 5, 2016 13:52
Show Gist options
  • Save thiagoa/5df3ba7943abb1bb14fe8b88a07757ce to your computer and use it in GitHub Desktop.
Save thiagoa/5df3ba7943abb1bb14fe8b88a07757ce to your computer and use it in GitHub Desktop.
Twitter Widget - Home Route
# config/routes.rb
Rails.application.routes.draw do
root to: 'home#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment