Sha256: 8b3709b729d5f92d19075d8139fb01a7ce9125055b50109c6b5ebbca75ecd703
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
module VoluntaryClassifiedAdvertisement class Engine < ::Rails::Engine config.i18n.load_path += Dir[File.expand_path("../../../config/locales/**/*.{rb,yml}", __FILE__)] config.to_prepare do Voluntary::Navigation::Base.add_product('classified-advertisement', 'workflow.user.products.classified_advertisement.title') end end end
Version data entries
4 entries across 4 versions & 1 rubygems