Skip to content

Instantly share code, notes, and snippets.

@danray0424
Created March 1, 2016 20:15
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 danray0424/c05e924113877f9398c3 to your computer and use it in GitHub Desktop.
Save danray0424/c05e924113877f9398c3 to your computer and use it in GitHub Desktop.
registrations:
relationships:
has_many: ['container_checks', 'leak_checks', 'pressure_tests', 'regulator_checks', 'installation_review', 'customer_acknowledgment']
container_checks:
relationships:
belongs_to: registrations
leak_checks:
relationships:
belongs_to: registrations
pressure_tests:
relationships:
belongs_to: registrations
regulator_checks:
relationships:
belongs_to: registrations
installation_review:
relationships:
belongs_to: registrations
customer_acknowledgement:
relationships:
belongs_to: registrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment