esoergel / peacecorps

Random Hacks of Kindness - Boston
2 stars 7 forks source link

Refactor out serialization methods into a reusable mixin #24

Closed esoergel closed 11 years ago

esoergel commented 11 years ago

There are a few primitive serialization methods in apps.worldmap.views.BlogJSON that could be re-used for other AJAX requests, and would live better in a SerializeMixin