spec/dummy/config/application.rb in brightcontent-attachments-2.1.4 vs spec/dummy/config/application.rb in brightcontent-attachments-2.1.5

- old
+ new

@@ -48,8 +48,13 @@ # config.i18n.enforce_available_locales = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' + + # Share migrations of Brightcontent core + Brightcontent::Engine.paths["db/migrate"].expanded.each do |expanded_path| + config.paths["db/migrate"] << expanded_path + end end end