method
display_deprecation_warning_for_false_terminator
rails latest stable - Class:
ActiveSupport::Callbacks::ClassMethods
display_deprecation_warning_for_false_terminator()private
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 783
def display_deprecation_warning_for_false_terminator
ActiveSupport::Deprecation.warn( Returning `false` in Active Record and Active Model callbacks will not implicitly halt a callback chain in Rails 5.1. To explicitly halt the callback chain, please use `throw :abort` instead..squish)
end