Could you paste your RankDomain fixtures? the problem may be there
On Wed, Aug 18, 2010 at 3:12 AM, RusAlex wrote:
> IT's a standart fixtures:
> sfGuardUser:
> User_admin:
>first_name: John
>last_name: Doe
>email_address: john@gmail.com
>username: admin
>
Could paste the fixture?
On 08/17/2010 12:50 PM, RusAlex wrote:
No im sorry i have mistake in pasting. I have a correct relations
RankDomain:
columns:
name: { type: string(255), notnull: true, unique: true }
user_id: { type: integer, notnull:true }
relations:
sfGuardUser: