Skip to content

Instantly share code, notes, and snippets.

@speratus
Created December 5, 2019 14:09
Show Gist options
  • Save speratus/17277b748a99d71ead31b357752f8e2f to your computer and use it in GitHub Desktop.
Save speratus/17277b748a99d71ead31b357752f8e2f to your computer and use it in GitHub Desktop.
Custom column names in ActiveRecord Act 1 Recipe class
class Recipe < ActiveRecord::Base
has_many :user_recipes
has_many :users, through: :user_recipes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment