Methods
N
S
Included Modules
Attributes
[R] recorder
Class Public methods
new()
# File activesupport/test/callbacks_test.rb, line 386
def initialize
  @recorder = []
end
Instance Public methods
save()
# File activesupport/test/callbacks_test.rb, line 380
def save
  run_callbacks :save
end