forked from bofh/fetsite
Fehler in modul.rb, Translate name hat gefehlt -> Fehler beim Ausführen von rake
This commit is contained in:
@@ -4,6 +4,6 @@ class Modul < ActiveRecord::Base
|
||||
has_and_belongs_to_many :lvas
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user