Commit 7255e4fd authored by jwage's avatar jwage

fixes #700

parent 41cf13e1
...@@ -344,7 +344,7 @@ class User extends Doctrine_Record ...@@ -344,7 +344,7 @@ class User extends Doctrine_Record
public function setUp() public function setUp()
{ {
$this->actAs('Sluggable', array('columns' => array('username'))); $this->actAs('Sluggable', array('fields' => array('username')));
} }
} }
</code> </code>
...@@ -356,7 +356,7 @@ User: ...@@ -356,7 +356,7 @@ User:
actAs: actAs:
Sluggable: Sluggable:
columns: [username] columns: [username]
columns: fields:
username: username:
type: string(125) type: string(125)
password: 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