Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created February 12, 2020 15:47
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 AJFaraday/9fdd8f6f879a28873cb87ec3fef449c6 to your computer and use it in GitHub Desktop.
Save AJFaraday/9fdd8f6f879a28873cb87ec3fef449c6 to your computer and use it in GitHub Desktop.
test_relations.rb
# Test out a complex relation in the Rails console
t = Team.find(10004)
t.class.has_one :file, class_name: 'ProjectAsset', foreign_key: :parent_id, primary_key: :project_element_id
t.file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment