class CallbacksTest::CallbackDefaultTerminator
Public Instance Methods
second()
click to toggle source
# File activesupport/test/callbacks_test.rb, line 672 def second @history << "second" throw(:abort) end
# File activesupport/test/callbacks_test.rb, line 672 def second @history << "second" throw(:abort) end