Skip to content

Instantly share code, notes, and snippets.

@GAierken
Created February 3, 2020 17:06
Show Gist options
  • Save GAierken/c46e7c40793f72ee6f304bd01c66eec4 to your computer and use it in GitHub Desktop.
Save GAierken/c46e7c40793f72ee6f304bd01c66eec4 to your computer and use it in GitHub Desktop.
class Appointment < ApplicationRecord
belongs_to :client, class_name: "User"
belongs_to :provider, class_name: "User"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment