Sha256: 17cda0ede874f38b435e2e10a2321d4fec554590b8d3143f58b58ba71c22cd15

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

require 'rails'

module Iqvoc
  module CompoundForms

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

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

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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