lib/effective_developer/engine.rb in effective_developer-0.4.0 vs lib/effective_developer/engine.rb in effective_developer-0.4.1

- old
+ new

@@ -9,9 +9,10 @@ end # Include acts_as_addressable concern and allow any ActiveRecord object to call it initializer 'effective_developer.effective_resources' do |app| ActiveSupport.on_load :effective_resource do + #Effective::Migrator.new(self).migrate! end end end end