Try this:
http://pastebin.com/m4e8bf424
JobeetCategory:
actAs:
Timestampable: ~
Sluggable:
fields: [name]
columns:
name: { type: string(255), notnull: true}
The {} is an inline hash, but the Sluggable line is also a hash - the
yaml parser can't combine the two.
On Mar 17, 2009, at 11:36 AM, Mark wrote:
>>>
>>> JobeetCategory:
>>> actAs: {Timestampable: ~ }
>>> Sluggable:
>>> fields: [name]
>>> columns:
>>> name: { type: string(255), notnull: true}
--
Jacob Coby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---