Better list users frontend connection and setup of payment page

This commit is contained in:
2025-12-07 16:57:33 -05:00
parent 95bb2d98bd
commit a72559666d
5 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ class Users::ListSerializer
@_include_linkages.any?{|link| link =~ /orders/}
end
related_link_for :orders, :table
related_link_for :orders, :table, :users
#belongs_to :table
end