Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 350 def self.extended(base) base.class_eval do set_callback :save, :before, :record3 end end
# File activesupport/test/callbacks_test.rb, line 355 def record3 @recorder << 3 end