Methods
B
Instance Public methods
before_save(record)
# File activemodel/test/models/observers.rb, line 13
def before_save(record)
  before_save_invocations << record
end
before_save_invocations()
# File activemodel/test/models/observers.rb, line 9
def before_save_invocations
  @before_save_invocations ||= []
end