fixed tag and pending post tests, added category multiget helper to tag, post/unapproval/post version in progress still
This commit is contained in:
5
app/models/post_version.rb
Normal file
5
app/models/post_version.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class PostVersion < ActiveRecord::Base
|
||||
class Error < Exception ; end
|
||||
|
||||
validates_presence_of :updater_id, :updater_ip_addr
|
||||
end
|
||||
Reference in New Issue
Block a user