gitlab-org--gitlab-foss/app/controllers/oauth
Robert Speicher 8f21e2ae40 Let `oauth/applications#index` handle the `profiles#applications` route
Previously we were doing all of kinds of code gymnastics and flash abuse
in order to work with a Doorkeeper controller but have it _appear_ at
the `/profile/applications` path. Fortunately we can just tell Rails to
use a different controller to handle that route, and we get the best of
both worlds.
2016-03-13 16:51:09 -04:00
..
applications_controller.rb Let `oauth/applications#index` handle the `profiles#applications` route 2016-03-13 16:51:09 -04:00
authorizations_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
authorized_applications_controller.rb Move helpers back to original directory 2015-09-09 14:37:34 +02:00