Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Created February 28, 2017 18:28
Show Gist options
  • Save superhighfives/9cbea8eb2e2a84adf84a8bf785a5cee8 to your computer and use it in GitHub Desktop.
Save superhighfives/9cbea8eb2e2a84adf84a8bf785a5cee8 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
# Before:
class ApplicationController < ActionController::API
end
# After:
class ApplicationController < ActionController::Base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment