Commit summaryname von Modulgruppe nicht mehr übersetzen

Modulgruppe name nicht übersetzen
This commit is contained in:
Andreas Stephanides
2013-08-18 16:34:28 +02:00
parent c3ec747b06
commit 1adf781282

View File

@@ -1,8 +1,8 @@
class TranslateModulgruppen < ActiveRecord::Migration class TranslateModulgruppen < ActiveRecord::Migration
def self.up def self.up
Modulgruppe.create_translation_table!({ Modulgruppe.create_translation_table!({
:desc => :text, :desc => :text#,
:name => :string # :name => :string
}, { }, {
:migrate_data => true :migrate_data => true
}) })
@@ -12,4 +12,4 @@ class TranslateModulgruppen < ActiveRecord::Migration
def self.down def self.down
Modulgruppe.drop_translation_table! :migrate_data => true Modulgruppe.drop_translation_table! :migrate_data => true
end end
end end