Sha256: eb2960b75aac98b38b2f939757e5924b2f430ef0663e9fb168f10d2a8c3566ff

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

module Aranha
  class Engine < ::Rails::Engine
    isolate_namespace Aranha

    initializer :append_migrations do |app|
      config.paths['db/migrate'].expanded.each do |expanded_path|
        app.config.paths['db/migrate'] << expanded_path
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aranha-0.0.4 lib/aranha/engine.rb
aranha-0.0.3 lib/aranha/engine.rb
aranha-0.0.2 lib/aranha/engine.rb
aranha-0.0.1 lib/aranha/engine.rb