Skip to content

Instantly share code, notes, and snippets.

@mt9304

mt9304/routes.rb Secret

Created September 26, 2018 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mt9304/82f7a0dca262749e14ebbd28e3b8bbaf to your computer and use it in GitHub Desktop.
Save mt9304/82f7a0dca262749e14ebbd28e3b8bbaf to your computer and use it in GitHub Desktop.
Adding api
Rails.application.routes.draw do
root 'home_page#index'
namespace :api do
resources :books
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment