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