Methods
N
O
S
Y
Instance Public methods
no()
# File activesupport/test/callbacks_test.rb, line 215
def no; false; end
other_no()
# File activesupport/test/callbacks_test.rb, line 216
def other_no; false; end
other_yes()
# File activesupport/test/callbacks_test.rb, line 214
def other_yes; true; end
save()
# File activesupport/test/callbacks_test.rb, line 218
def save
  run_callbacks :save
end
yes()
# File activesupport/test/callbacks_test.rb, line 213
def yes; true; end