Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 361 def self.included(base) base.class_eval do set_callback :save, :before, :record2 end end
# File activesupport/test/callbacks_test.rb, line 366 def record2 @recorder << 2 end