Fehler in modul.rb, Translate name hat gefehlt -> Fehler beim Ausführen von rake

This commit is contained in:
andreas
2013-02-12 17:37:29 +01:00
parent 5c85f6c474
commit d3f01240a9

View File

@@ -4,6 +4,6 @@ class Modul < ActiveRecord::Base
has_and_belongs_to_many :lvas has_and_belongs_to_many :lvas
has_and_belongs_to_many :modulgruppen has_and_belongs_to_many :modulgruppen
translates :desc,:depend, :versioning =>true, :fallbacks_for_empty_translations => true translates :desc,:depend,:name, :versioning =>true, :fallbacks_for_empty_translations => true
end end