Joshua Muheim
2006-Jan-18 13:31 UTC
[Rails] 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 -- Posted via http://www.ruby-forum.com/.
Charles M. Gerungan
2006-Jan-18 17:01 UTC
[Rails] Globalize: :select option not allowed on translatable models
On 18-jan-2006, at 15:07, Joshua Muheim wrote:> :select option not allowed on translatable modelsHave 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.