Add exception to example (closes #2315)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-10-26 13:29:11 +00:00
parent 17816a11ee
commit 9b2ea172d7

View File

@@ -92,6 +92,7 @@ module ActiveRecord
#
# def self.down
# # not much we can do to restore deleted data
# raise IrreversibleMigration
# end
# end
#