Skip to content

Instantly share code, notes, and snippets.

@abacha
Created September 26, 2013 14:13
Show Gist options
  • Select an option

  • Save abacha/6714806 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/6714806 to your computer and use it in GitHub Desktop.
class Empresa
has_one "matriz", class: Empresa
has_one "filial", class: Empresa
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment