Skip to content

Commit

Permalink
Add exception to example (closes #2315)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 26, 2005
1 parent 17816a1 commit 9b2ea17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/lib/active_record/migration.rb
Expand Up @@ -92,6 +92,7 @@ class IrreversibleMigration < ActiveRecordError#:nodoc:
#
# def self.down
# # not much we can do to restore deleted data
# raise IrreversibleMigration
# end
# end
#
Expand Down

0 comments on commit 9b2ea17

Please sign in to comment.