Sha256: 3cb0d5451db9601cfafedc408383aaa7679b74dff04a4150028ed274c8d4d741
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
module Skala class Engine < ::Rails::Engine isolate_namespace Skala # http://pivotallabs.com/leave-your-migrations-in-your-rails-engines/ #initializer :add_skala_migrations do |app| # unless app.root.to_s == root.to_s # changed because the original match check fails for us # config.paths["db/migrate"].expanded.each do |expanded_path| # app.config.paths["db/migrate"] << expanded_path # end # end #end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skala-1.1.0 | lib/skala/engine.rb |