This commit is contained in:
		@@ -9,4 +9,12 @@ class REST::ReportSerializer < ActiveModel::Serializer
 | 
				
			|||||||
  def id
 | 
					  def id
 | 
				
			||||||
    object.id.to_s
 | 
					    object.id.to_s
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def status_ids
 | 
				
			||||||
 | 
					    object&.status_ids&.map(&:to_s)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def rule_ids
 | 
				
			||||||
 | 
					    object&.rule_ids&.map(&:to_s)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user