Module: ActiveResource::Callbacks

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/active_resource/callbacks.rb

Constant Summary collapse

CALLBACKS =
[
  :before_validation, :after_validation, :before_save, :around_save, :after_save,
  :before_create, :around_create, :after_create, :before_update, :around_update,
  :after_update, :before_destroy, :around_destroy, :after_destroy
]