Commit summaryname von Modulgruppe nicht mehr übersetzen
Modulgruppe name nicht übersetzen
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user