public to rubrik and object to calentries addecd

This commit is contained in:
Andreas Stephanides
2013-08-23 12:07:04 +02:00
parent 2e808b8a54
commit abc5ce04a3

View File

@@ -3,13 +3,13 @@ class TranslateLvas < ActiveRecord::Migration
Lva.create_translation_table!({ Lva.create_translation_table!({
:desc => :text :desc => :text
}, { }, {
#:migrate_data => true :migrate_data => true
}) })
end end
def self.down def self.down
Lva.drop_translation_table! #:migrate_data => true Lva.drop_translation_table! :migrate_data => true
end end
end end