Sha256: 0676c7682012260af3e6f2726e2a95bb613f5e80ba07f52e8eef1827daa2a714
Contents?: true
Size: 252 Bytes
Versions: 8
Compression:
Stored size: 252 Bytes
Contents
module SimpleFormAttachments class Engine < ::Rails::Engine engine_name = :simple_form_attachments # Add yml files to I18n I18n.load_path += Dir[SimpleFormAttachments::Engine.root.join('config', 'locales', '**', '*.{rb,yml}')] end end
Version data entries
8 entries across 8 versions & 1 rubygems