public to rubrik and object to calentries addecd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user