Rearrange thread_with_api_token around_filters so current_user is
authorTom Clegg <tom@curoverse.com>
Fri, 7 Feb 2014 00:39:48 +0000 (16:39 -0800)
committerTom Clegg <tom@curoverse.com>
Fri, 7 Feb 2014 00:39:48 +0000 (16:39 -0800)
commit979454b25699c04f2b04ab4fe5981ac49c14a6d5
treec6298571d082a50f032c4a0102894d4c93b42be4
parentc28ea320f73250c2f68b14086663a59000ba8fe0
Rearrange thread_with_api_token around_filters so current_user is
available even when using thread_with_optional_api_token.

This makes notifications show up on users#home when accessed via root
url.
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/sessions_controller.rb
apps/workbench/app/controllers/users_controller.rb