1
0
mirror of synced 2024-12-13 06:46:03 +03:00
This commit is contained in:
jwage 2008-01-22 23:14:40 +00:00
parent 41cf13e143
commit 7255e4fd97

View File

@ -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')));
}
}
</code>
@ -356,7 +356,7 @@ User:
actAs:
Sluggable:
columns: [username]
columns:
fields:
username:
type: string(125)
password: