Commit 0feeb5eef6b6191b8037e1709d2d1b6e340a5dca
1 parent
70784d51
Exists in
master
and in
29 other branches
No need to raise an exception there
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/migrate/084_set_public_article_into_published_attribute.rb
@@ -4,6 +4,6 @@ class SetPublicArticleIntoPublishedAttribute < ActiveRecord::Migration | @@ -4,6 +4,6 @@ class SetPublicArticleIntoPublishedAttribute < ActiveRecord::Migration | ||
4 | end | 4 | end |
5 | 5 | ||
6 | def self.down | 6 | def self.down |
7 | - raise "this migration can't be reverted" | 7 | + say "this migration can't be reverted" |
8 | end | 8 | end |
9 | end | 9 | end |