Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Last active March 3, 2017 00:12
Show Gist options
  • Save superhighfives/5c3115a737216db755837705df6efb4b to your computer and use it in GitHub Desktop.
Save superhighfives/5c3115a737216db755837705df6efb4b to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
Rails.application.routes.draw do
devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)
scope '/api' do
resources :drinks
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment