Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Created October 3, 2016 18:34
Show Gist options
  • Save thiagoa/9f0088c96b43acaffe06651bbaa6f42f to your computer and use it in GitHub Desktop.
Save thiagoa/9f0088c96b43acaffe06651bbaa6f42f to your computer and use it in GitHub Desktop.
New routes file
# 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