Passing spec for user product information

This commit is contained in:
2014-04-23 17:06:46 +02:00
parent ea498cb9c5
commit 546e4499ea
42 changed files with 190 additions and 482 deletions
@@ -21,7 +21,7 @@ module Suppliers
respond_to do |format|
format.html # index.html.erb
format.json { render json: @lists }
format.json { render json: @lists, each_serializer: ListSerializer }
end
end