rails_api_base
rails_api_base copied to clipboard
Remove draper gem
trafficstars
As discussed, draper adds complexity that we don't really need. We'll replace our current presenter by making a PORO that inherits from a BasePresenter. We should also add some documentation to this BasePresenter on when and how to use presenters, maybe by linking to a place where this is well explained.