Methods
A
L
Included Modules
Class Public methods
attributes_protected_by_default()
# File activemodel/test/models/mass_assignment_specific.rb, line 36
def self.attributes_protected_by_default
  ["type"]
end
Instance Public methods
log()
# File activerecord/test/models/company.rb, line 97
def log
  @log ||= []
end