Methods
A
S
Y
Included Modules
Attributes
[R] stuff
Instance Public methods
action()
# File activesupport/test/callbacks_test.rb, line 330
def action
  @stuff = "ACTION"
end
save()
# File activesupport/test/callbacks_test.rb, line 334
def save
  run_callbacks :save do
    @stuff
  end
end
yes()
# File activesupport/test/callbacks_test.rb, line 328
def yes() true end