Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Created March 2, 2017 23:58
Show Gist options
  • Save superhighfives/a6137e54b3bca54c3e1adf40c4769426 to your computer and use it in GitHub Desktop.
Save superhighfives/a6137e54b3bca54c3e1adf40c4769426 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
class Drink < ApplicationRecord
has_many :ingredients
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment