Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Created November 14, 2018 17:54
Show Gist options
  • Save hpjaj/bce0dc3abb5a013de3ecf8940577b855 to your computer and use it in GitHub Desktop.
Save hpjaj/bce0dc3abb5a013de3ecf8940577b855 to your computer and use it in GitHub Desktop.
# config/routes.rb
namespace :api, defaults: { format: 'json' } do
resources :posts, only: [:index, :create]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment