Source: show | on GitHub
# File activemodel/test/cases/callbacks_test.rb, line 6 def around_create(model) model.callbacks << :before_around_create yield model.callbacks << :after_around_create false end