Sha256: c816482042dd9856d4c4f855448f0cdc2f1417eb5c08896db3c768bf8d2ab601
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
require 'simple_model_translations/translation_helper' module SimpleModelTranslations module InstanceMethods def translation_helper @translation_helper ||= SimpleModelTranslations::TranslationHelper.new(self) end end end
Version data entries
5 entries across 5 versions & 1 rubygems