Last active
October 5, 2016 13:52
-
-
Save thiagoa/5df3ba7943abb1bb14fe8b88a07757ce to your computer and use it in GitHub Desktop.
Twitter Widget - Home Route
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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