Module ActionController
Provides modeling for ActionController, which is part of the actionpack gem.
Version: 7.0.
Import path
import codeql.ruby.frameworks.ActionControllerImports
| Filters | Provides modeling for ActionController filters. |
Classes
| ProtectFromForgeryCall | A call to |
| RootController | An ActionController class which sits at the top of the class hierarchy. In other words, it does not subclass any other class in source code. |