Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Last active February 28, 2017 18:50
Show Gist options
  • Save superhighfives/533339c52f5270e2d9c9c33712b8d9d6 to your computer and use it in GitHub Desktop.
Save superhighfives/533339c52f5270e2d9c9c33712b8d9d6 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
config.middleware.use Rack::MethodOverride
config.middleware.use ActionDispatch::Flash
config.middleware.use ActionDispatch::Cookies
config.middleware.use ActionDispatch::Session::CookieStore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment