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