CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module ActionController

Provides modeling for ActionController, which is part of the actionpack gem. Version: 7.0.

Import path

import codeql.ruby.frameworks.ActionController

Imports

Filters

Provides modeling for ActionController filters.

Classes

ProtectFromForgeryCall

A call to protect_from_forgery.

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.