Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 08:56
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 MaryKuz/7854d2acf62297bf3453638761ffa221 to your computer and use it in GitHub Desktop.
Save MaryKuz/7854d2acf62297bf3453638761ffa221 to your computer and use it in GitHub Desktop.
Fix Errors
namespace :api do
resources :products, only: [:index, :show]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment