work with current supplier backend

This commit is contained in:
2020-02-26 14:24:32 -05:00
parent 8740300b9a
commit 9e86b18c3e
4 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ module Qwaiter::SupplierBaseSerializer
#alias_method :default_relationship_related_link, :relationship_related_link
def relationship_related_link(attribute_name)
#super if related_link_for_attributes.include?(attribute_name)
super
#super
nil
end