Skip to content
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.

Remove addition of local migration path #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/coupons/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ class Engine < Rails::Engine

initializer 'coupons.append_migrations' do |app|
next if app.root.to_s == root.to_s

config.paths['db/migrate'].expanded.each do |path|
app.config.paths['db/migrate'].push(path)
end
end

initializer 'coupons.assets' do |app|
Expand Down