Methods
- A
- F
- H
- N
- S
- T
Included Modules
Attributes
| [R] | halted | |
| [R] | history | |
| [R] | saved |
Class Public methods
new()
Link
set_save_callbacks()
Link
# File activesupport/test/callbacks_test.rb, line 507 def self.set_save_callbacks set_callback :save, :before, :first set_callback :save, :before, :second set_callback :save, :around, :around_it set_callback :save, :before, :third set_callback :save, :after, :first set_callback :save, :around, :around_it set_callback :save, :after, :third end
Instance Public methods
around_it()
Link
first()
Link
halted_callback_hook(filter)
Link
save()
Link
second()
Link