Created
October 21, 2018 19:15
-
-
Save pascalesdedy/c26f80c0b66207ff4cb0d262c824016b to your computer and use it in GitHub Desktop.
app/config/routes.rb - simple rails API TDD
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
Rails.application.routes.draw do | |
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html | |
resources :articles | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment