Ejemplo n.º 1
0
 public static function Create($attributeGroup)
 {
     AttributeGroup::create(array('name' => $attributeGroup->name));
 }