method

allow_unsafe_raw_sql=

allow_unsafe_raw_sql=(value)
public

No documentation available.

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