mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Removing old serializers
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
class EnterpriseSerializer < ActiveModel::Serializer
|
||||
#attributes :name, :id, :description, :latitude, :longitude,
|
||||
#:long_description, :website, :instagram, :linkedin, :twitter,
|
||||
#:facebook, :is_primary_producer, :is_distributor, :phone
|
||||
|
||||
has_many :distributed_taxons, root: :taxons, serializer: Spree::DistributedTaxonSerializer
|
||||
end
|
||||
@@ -1,3 +0,0 @@
|
||||
class Spree::AddressSerializer < ActiveModel::Serializer
|
||||
attributes :id
|
||||
end
|
||||
Reference in New Issue
Block a user