From 7255e4fd97b1ce2605f8687d61e4b1497df06d46 Mon Sep 17 00:00:00 2001 From: jwage Date: Tue, 22 Jan 2008 23:14:40 +0000 Subject: [PATCH] fixes #700 --- manual/docs/en/class-templates.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/docs/en/class-templates.txt b/manual/docs/en/class-templates.txt index 11d416dbf..125429506 100644 --- a/manual/docs/en/class-templates.txt +++ b/manual/docs/en/class-templates.txt @@ -344,7 +344,7 @@ class User extends Doctrine_Record public function setUp() { - $this->actAs('Sluggable', array('columns' => array('username'))); + $this->actAs('Sluggable', array('fields' => array('username'))); } } @@ -356,7 +356,7 @@ User: actAs: Sluggable: columns: [username] - columns: + fields: username: type: string(125) password: