mirror of
https://github.com/github/codeql.git
synced 2026-01-21 18:34:46 +01:00
Subclasses of `ActionController::Metal` are stripped-down controllers. We want to recognise them as ActionController controllers. There are some common ActionController methods that are not available in Metal, but these are not likely to be used anyway as they would throw an exception, so I don't think there's much harm in including them in the modelling.