Created
October 1, 2009 16:13
-
-
Save maddox/199069 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias_method :real_partners, :partners | |
def partners | |
return parent.real_partners if real_partners.size == 0 && parent | |
real_partners | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment