fixed tag and pending post tests, added category multiget helper to tag, post/unapproval/post version in progress still
This commit is contained in:
6
app/models/unapproval.rb
Normal file
6
app/models/unapproval.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Unapproval < ActiveRecord::Base
|
||||
class Error < Exception ; end
|
||||
|
||||
belongs_to :unapprover, :class_name => "User"
|
||||
validates_presence_of :reason, :unapprover_id, :unapprover_ip_addr
|
||||
end
|
||||
Reference in New Issue
Block a user