Merge branch 'master' of github.com:r888888888/danbooru

This commit is contained in:
albert
2011-09-14 17:47:50 -04:00

View File

@@ -753,7 +753,7 @@ class Post < ActiveRecord::Base
votes.create(:score => score) votes.create(:score => score)
else else
raise PostVote::Error.new("You have already voted for this comment") raise PostVote::Error.new("You have already voted for this post")
end end
end end
end end