Skip to content

Instantly share code, notes, and snippets.

@solars
Created November 19, 2014 14:06
Show Gist options
  • Save solars/b13722c7d306b80fc278 to your computer and use it in GitHub Desktop.
Save solars/b13722c7d306b80fc278 to your computer and use it in GitHub Desktop.
class Property
has n, :sub_properties, 'Property'
belongs_to :group, 'Property', :required => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment