Methods
T
Instance Public methods
test_save()
# File activesupport/test/callbacks_test.rb, line 711
def test_save
  obj = HyphenatedCallbacks.new
  obj.save
  assert_equal "ACTION", obj.stuff
end