• Thong Kuah's avatar
    Restore 403 functionality for external auth · f3b81d7f
    Thong Kuah authored
    When we unhooked ClustersController from
    Project::ApplicationsController, we missed an EE override to
    handle_not_found_or_authorized.
    
    Rather than carry on with override RoutingActions, make a specific proc
    for Project that we override in EE instead. Use that proc in both
    Clusters::BaseController and Project::ApplicationsController.
    f3b81d7f
routable_actions.rb 1.42 KB