Skip to content

Instantly share code, notes, and snippets.

@thomasfedb
Created May 10, 2010 14:38
Show Gist options
  • Save thomasfedb/396102 to your computer and use it in GitHub Desktop.
Save thomasfedb/396102 to your computer and use it in GitHub Desktop.
def parents
@parents
end
def each_parent
@parents.each do |parent|
yeild(parents)
end
end
def position
@position
end
def belongs_to(parent)
@parents << parent
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment