class Gamefic::Query::Children

Public Instance Methods

context_from(subject) click to toggle source
# File lib/gamefic/query/children.rb, line 4
def context_from(subject)
  subject.children
end