joshsusser / migration_concordance

Ruby on Rails plugin to provide notification when you need to run migrations

This URL has Read+Write access

migration_concordance / uninstall.rb
100644 4 lines (3 sloc) 0.126 kb
1
2
3
4
puts ""
puts "Don't forget to remove the call to ActiveRecord::Migrator.check_concordance from config/environment.rb"
puts ""