This commit is contained in:
r888888888
2013-06-20 15:55:06 -07:00
parent 317dee767d
commit 3150b53146

View File

@@ -450,7 +450,9 @@ class Post < ActiveRecord::Base
end
when /^rating:([qse])/i
self.rating = $1.downcase
unless is_rating_locked?
self.rating = $1.downcase
end
end
end
end