tent.io/lib/render_child.rb
Jonathan Rudenberg c0ca040c2c Do stuff
2012-08-22 11:17:22 -04:00

4 lines
170 B
Ruby

def render_child(name)
child = @item.children.find { |child| child.identifier == name }
child.reps.find { |rep| rep.name == :default }.content_at_snapshot(:last)
end