Move draft sequence incrementing out of after_save

This commit is contained in:
Robin Ward
2013-03-18 15:12:31 -04:00
parent 5aec5261a7
commit d5e4243f02
4 changed files with 16 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ class PostRevisor
revise_post
update_category_description
post_process_post
@post.advance_draft_sequence
true
end