Methods
A
O
Attributes
[RW] stub
Instance Public methods
around_save(record)
# File activemodel/test/cases/observing_test.rb, line 21
def around_save(record)
  yield :in_around_save
end
on_spec(record)
# File activemodel/test/cases/observing_test.rb, line 17
def on_spec(record)
  stub.event_with(record) if stub
end