class Peta.Leaf extends Peta.Content @parent_model: () -> Manifest.manifest().models[@my_peta().parent_item_name].classify() @binder_model: () -> @parent_model() @destination_model: () -> Manifest.manifest().models[@my_peta().destination_item_name].classify() @binder_key: () -> @my_class().my_peta().parent_item_name + '_id' @destination_key: () -> @my_class().my_peta().destination_item_name + '_id'