diff options
| author | Luc Donnet | 2017-10-14 18:22:45 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2017-10-14 18:23:16 +0200 | 
| commit | 584bc2b59ecf95ee1021596e8f3583d9af97a5a7 (patch) | |
| tree | d68bc9fefb0102c92e501f9b541987125dc94f29 /lib | |
| parent | 16e9fe5e4e75f2df98f0da371062d572fa45a48b (diff) | |
| download | chouette-core-584bc2b59ecf95ee1021596e8f3583d9af97a5a7.tar.bz2 | |
Fix translations for compliance_control type translation, compliance_control validation, compliance_control module
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/model_attribute.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/model_attribute.rb b/lib/model_attribute.rb index 33f6c80aa..872c00152 100644 --- a/lib/model_attribute.rb +++ b/lib/model_attribute.rb @@ -12,7 +12,7 @@ class ModelAttribute          el[I18n.t("activerecord.models.#{key}.one")] = values.map do |i|            [              I18n.t("activerecord.attributes.#{i.klass}.#{i.name}"), -            "#{i.klass}.#{i.name}" +            "#{i.klass}\##{i.name}"            ]          end        end | 
