Module ActiveRecord
Provides modeling for the ActiveRecord
library.
Import path
import codeql.ruby.frameworks.ActiveRecord
Classes
ActiveRecordAssociation | A method call inside an ActiveRecord model class that establishes an association between this model and another model. |
ActiveRecordInstance | An instance of an |
ActiveRecordInstanceMethodCall | A call whose receiver may be an active record model object |
ActiveRecordModelClass | A |
ActiveRecordModelInstantiation | A node that may evaluate to one or more |
ActiveRecordScopeCallTarget | An additional call step for calls to ActiveRecord scopes. For example, in the following code: |
ActiveRecordSqlExecutionRange | A SQL execution arising from a call to the ActiveRecord library. |