method

display_deprecation_warning_for_false_terminator

rails latest stable - Class: ActiveSupport::Callbacks::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

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