Hello, I have the problem posted at this address : https://github.com/svenfuchs/globalize3/issues/172. I created a new project with a new model and I integrated globalize3. I created a migration like this : class CreatePages < ActiveRecord::Migration def up create_table :pages do |t| t.timestamps end Page.create_translation_table! title: :string, body: :body end def down drop_table :pages Page.drop_translation_table! end end When I migrate I have this error : `undefined method `create_translation_table!' for Page(Table doesn't exist):Class`. When I rollback I have this error : `undefined method `drop_translation_table!' for #<Class:0x00000001eb4640>`. I don't know what to do. Do you have a solution? Thanks!
on 2012-12-18 02:09
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.