Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/without_callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module WithoutCallbacks # :nodoc:

CALLBACK_LIST = {
:all_crud => %w[after_create after_destroy after_save after_update before_create before_destroy before_save before_update],
:all_validation => %w[after_validation after_validation_on_create after_validation_on_update before_validation before_validation_on_create before_validation_on_update],
:all_validation => %w[after_validation after_validation_on_create after_validation_on_update before_validation before_validation_on_create before_validation_on_update validate validate_on_create validate_on_update],
}
CALLBACK_LIST[:all] = CALLBACK_LIST[:all_crud] + CALLBACK_LIST[:all_validation]

Expand Down