method

allow_unsafe_raw_sql

rails latest stable - Class: ActiveRecord::Core

Method deprecated or moved

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

allow_unsafe_raw_sql()
public

No documentation available.

# File activerecord/lib/active_record/core.rb, line 295
      def self.allow_unsafe_raw_sql # :nodoc:
        ActiveSupport::Deprecation.warn("ActiveRecord::Base.allow_unsafe_raw_sql is deprecated and will be removed in Rails 7.0")
      end