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