Remove unused to_xml and to_xml_node methods from models

This commit is contained in:
Andy Allan 2021-09-15 16:56:28 +01:00
parent d07ce46929
commit baea8dc10e
6 changed files with 0 additions and 70 deletions

View file

@ -22,7 +22,6 @@ class Relation < ApplicationRecord
include ConsistencyValidations
include NotRedactable
include ObjectMetadata
self.table_name = "current_relations"