Globalize: :select option not allowed on translatable models

Hi all

I got the following error after trying to get the Globalize plugin to
work:

:select option not allowed on translatable models

What could be the problem? I just created a plain new Rails app,
installed Globalize through SVN, migrated the DB schema, created a
scaffold for Product, and edited the Product model like the following:

class Product < ActiveRecord::Base
translates :name, :description, :specs
end

When I enter localhost:3000/products/list in my browser then I see the
error…

Please help. Thanks a lot!
Josh

On 18-jan-2006, at 15:07, Joshua M. wrote:

:select option not allowed on translatable models

Have you found the API docs yet? The live at http://globalize-
docs.diluvia.net/

Here’s a direct link: http://globalize-docs.diluvia.net/classes/
Globalize/DbTranslate/TranslateClassMethods.html#M000006

Hop on over to #globalize on Freenode so we can help each other!


Regards, Charles.