Sha256: 138949765b4671ba913f160ae05558c048b758cbd106eb251bc1453d71530638

Contents?: true

Size: 343 Bytes

Versions: 12

Compression:

Stored size: 343 Bytes

Contents

module Unidom
  module Standard

    class Engine < ::Rails::Engine

      isolate_namespace ::Unidom::Standard

      initializer :append_migrations do |app|
        config.paths['db/migrate'].expanded.each { |expanded_path| app.config.paths['db/migrate'] << expanded_path } unless app.root.to_s.match root.to_s
      end

    end

  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
unidom-standard-1.3.4 lib/unidom/standard/engine.rb
unidom-standard-1.3.3 lib/unidom/standard/engine.rb
unidom-standard-1.3.2 lib/unidom/standard/engine.rb
unidom-standard-1.3.1 lib/unidom/standard/engine.rb
unidom-standard-1.3 lib/unidom/standard/engine.rb
unidom-standard-1.2 lib/unidom/standard/engine.rb
unidom-standard-1.1 lib/unidom/standard/engine.rb
unidom-standard-1.0.1 lib/unidom/standard/engine.rb
unidom-standard-1.0 lib/unidom/standard/engine.rb
unidom-standard-0.3 lib/unidom/standard/engine.rb
unidom-standard-0.2 lib/unidom/standard/engine.rb
unidom-standard-0.1 lib/unidom/standard/engine.rb