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