Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 12, 2017 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/c9bd9d00e5e2038549015f28d66f189d to your computer and use it in GitHub Desktop.
Save domagude/c9bd9d00e5e2038549015f28d66f189d to your computer and use it in GitHub Desktop.
...
belongs_to :user
belongs_to :conversation,
class_name: 'Private::Conversation',
foreign_key: :conversation_id
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment