Created
October 3, 2016 18:34
-
-
Save thiagoa/9f0088c96b43acaffe06651bbaa6f42f to your computer and use it in GitHub Desktop.
New routes file
This file contains hidden or 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' | |
resources :twitter_timeline, only: %i(show) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment