Myoldmopar / Cait.Rocks

Web site for managing our recipes
0 stars 0 forks source link

Serializer Base Class #118

Closed Myoldmopar closed 6 years ago

Myoldmopar commented 6 years ago

The get_creator_from_object method hanging out on the side is much more suited to be a base class method. We need to create a "SerializerWithCreator" base class that inherits from the raw Serializer and that has this method. Then each of our serializers can inherit this base class and use this function directly.

Myoldmopar commented 6 years ago

Fixed via #137