开发者

Rails Globalize3 column sizes

开发者 https://www.devze.com 2023-02-27 09:35 出处:网络
How do you specify the column size of the columns in the translation tables? From the README开发者_StackOverflow社区:

How do you specify the column size of the columns in the translation tables?

From the README开发者_StackOverflow社区:

Post.create_translation_table! :title => :string, :text => :text

how would I work in a :limit => 37337?

I tried

Post.create_translation_table! :title => :string, :limit => 1000, :text => :text

but that doesn't work

using rails 3 + globalize3 0.1.0.beta


Post.create_translation_table! :title =>{ :type=> :string, :limit => 1000}, :text => :text

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号