interesting; the public profile pages aren’t showing #/cats as trending, even though the API says it is
single-column is showing #/cats
gonna have to look into that
@aescling public pages probably don't call the API; they're statically generated
@Lady er i meant public user profiles
@aescling yes but same; there's no API call there it's just a Rails view (pretty sure)
@Lady i would say that would make stubbing the always trending method in the tests harder but the tests are broken anyway so
@aescling a trends concern that both controllers include might still be easy, seems a bit weird but maybe could work?
@Lady maybe...
@aescling like most of the work is probably just moving your previous stuff out of the API controller and into a shared space