Flow fixes

This commit is contained in:
2014-05-28 16:29:03 +02:00
parent e9554ea3e7
commit 8faf5f3c0a
9 changed files with 63 additions and 8 deletions
@@ -19,7 +19,7 @@ module Suppliers
respond_to do |format|
format.html # index.html.erb
format.json { render json: @sections }
format.json { render json: @sections, each_serializer: SupplierExtendedSectionSerializer }
end
end