* Reworked how post versioning works, now more closely resembles the 1.18 strategy

This commit is contained in:
albert
2011-01-26 18:10:49 -05:00
parent 683d4583ac
commit f7e2344b9f
21 changed files with 292 additions and 308 deletions

View File

@@ -5,7 +5,4 @@ class PostVotesController < ApplicationController
rescue PostVote::Error => x
@error = x
end
def destroy
end
end