Sha256: 88422c1be9091e734eeccf4259b9a962d73b934826f50a7f1ff2afb92b060769
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
require 'rails' module Iqvoc module SKOSXL class Engine < Rails::Engine paths["lib/tasks"] << "lib/engine_tasks" initializer "iqvoc_skosxl.load_migrations" do |app| app.config.paths['db/migrate'] += Iqvoc::SKOSXL::Engine.paths['db/migrate'].existent end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iqvoc_skosxl-2.1.0 | config/engine.rb |
iqvoc_skosxl-2.0.2 | config/engine.rb |