Revert "Make sure render json: ..., each_serializer: ... is working with Enumerables"

This reverts commit 90343cea4d.
This commit is contained in:
Nate Berkopec
2015-01-13 17:12:02 -05:00
parent f1c3268a54
commit 577db35824
4 changed files with 2 additions and 22 deletions

View File

@@ -100,10 +100,6 @@ class ProfileSerializer < ActiveModel::Serializer
attributes :name, :description
end
class DifferentProfileSerializer < ActiveModel::Serializer
attributes :name
end
class CategorySerializer < ActiveModel::Serializer
attributes :name