Update spec routes, namespacing, and test content

Resolving new issues after a big merge
This commit is contained in:
Matt-Yorkley
2019-08-29 10:04:28 +01:00
parent e9c60a33b9
commit ff2db0c5f8
2 changed files with 17 additions and 17 deletions

View File

@@ -122,7 +122,7 @@ module Api
def render_paged_products(products)
serializer = ActiveModel::ArraySerializer.new(
products,
each_serializer: Api::Admin::ProductSerializer
each_serializer: ::Api::Admin::ProductSerializer
)
render text: {