Skip to content

Instantly share code, notes, and snippets.

@emtee
Created November 21, 2012 20:02
Show Gist options
  • Save emtee/4127296 to your computer and use it in GitHub Desktop.
Save emtee/4127296 to your computer and use it in GitHub Desktop.
Demo yml file needed for Maverick
:models:
user:
:associations:
- has_and_belongs_to_many~studios
- belongs_to~role
:fields:
- name-string
- gender-string
role:
:associations:
- has_many~users
:fields:
- title-string
studio:
:associations:
- has_and_belongs_to_many~users
:fields:
- title-string
- address-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment