diff options
-rw-r--r-- | app/models/concerns/translatable.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/models/concerns/translatable.rb b/app/models/concerns/translatable.rb index bc89e4c3b..2aa4620d0 100644 --- a/app/models/concerns/translatable.rb +++ b/app/models/concerns/translatable.rb @@ -29,12 +29,6 @@ module Translatable end end - def translated_versions=(translation_attrs) - warn "[DEPRECATION] #{self.class.name}#translated_versions= will be replaced " \ - "by #{self.class.name}#translations_attributes= as of release 0.22" - self.translations_attributes = translation_attrs - end - private def empty_translation_in_params?(attributes) |