Skip to content

Instantly share code, notes, and snippets.

@solars
Created November 19, 2014 14:06
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