Before
We weren't actually using the serializer for apps#show. Trivial-UI used to pull from apps#index and filter in memory, which was causing performance issues. Now that Trivial-UI is using a more efficient route, it became apparent we weren't returning modern amenities like app.tags.
After
Use the same serializer Apps#index has been using all along.
Before We weren't actually using the serializer for apps#show. Trivial-UI used to pull from apps#index and filter in memory, which was causing performance issues. Now that Trivial-UI is using a more efficient route, it became apparent we weren't returning modern amenities like
app.tags
.After Use the same serializer Apps#index has been using all along.