Skip to content

Instantly share code, notes, and snippets.

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