Commit 7255e4fd authored by jwage's avatar jwage

fixes #700

parent 41cf13e1
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment