Module
Brakeman::ModelMethods
In:
lib/brakeman/tracker/model.rb
Methods
association?
attr_protected
initialize_model
parent_classes_protected?
set_attr_accessible
set_attr_protected
unprotected_model?
Attributes
associations
[R]
attr_accessible
[R]
role_accessible
[R]
Public Instance methods
association?
(method_name)
attr_protected
()
initialize_model
()
parent_classes_protected?
(seen={})
go up the chain of parent classes to see if any have attr_accessible
set_attr_accessible
(exp = nil)
set_attr_protected
(exp)
unprotected_model?
()
[Validate]