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

Version Path
voluntary_classified_advertisement-0.3.1 lib/voluntary_classified_advertisement/engine.rb
voluntary_classified_advertisement-0.3.0 lib/voluntary_classified_advertisement/engine.rb
voluntary_classified_advertisement-0.2.0 lib/voluntary_classified_advertisement/engine.rb
voluntary_classified_advertisement-0.1.0 lib/voluntary_classified_advertisement/engine.rb