Methods
N
O
S
Y
Instance Public methods
no()
# File activesupport/test/callbacks_test.rb, line 208
def no; false; end
other_no()
# File activesupport/test/callbacks_test.rb, line 209
def other_no; false; end
other_yes()
# File activesupport/test/callbacks_test.rb, line 207
def other_yes; true; end
save()
# File activesupport/test/callbacks_test.rb, line 211
def save
  run_callbacks :save
end
yes()
# File activesupport/test/callbacks_test.rb, line 206
def yes; true; end