Commit 0feeb5eef6b6191b8037e1709d2d1b6e340a5dca

Authored by Antonio Terceiro
1 parent 70784d51

No need to raise an exception there

db/migrate/084_set_public_article_into_published_attribute.rb
... ... @@ -4,6 +4,6 @@ class SetPublicArticleIntoPublishedAttribute < ActiveRecord::Migration
4 4 end
5 5  
6 6 def self.down
7   - raise "this migration can't be reverted"
  7 + say "this migration can't be reverted"
8 8 end
9 9 end
... ...