Sha256: 90879d8f4cbc51db3d7a8bd8345ec4e20806052df9f767799950867532422546

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

require 'rails'

module Iqvoc
  module Inflectionals

    class Engine < Rails::Engine
      paths["lib/tasks"] << "lib/engine_tasks"

      initializer "iqvoc_inflectionals.load_migrations" do |app|
        app.config.paths['db/migrate'] += Iqvoc::Inflectionals::Engine.paths['db/migrate'].existent
      end
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.1.0 config/engine.rb
iqvoc_inflectionals-2.0.3 config/engine.rb