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

Module Filters

Provides modeling for ActionController filters.

Import path

import codeql.ruby.frameworks.actioncontroller.Filters

Predicates

next

Holds if pred is called before succ in the callback chain for some action. pred and succ may be methods bound to callbacks or controller actions.

next

Holds if pred is called before succ in the callback chain for action action. pred and succ may be methods bound to callbacks or controller actions.

Classes

FilterJumpStep

A class defining additional jump steps arising from filters.