method
allow_unsafe_raw_sql=
rails latest stable - Class:
ActiveRecord::Core
allow_unsafe_raw_sql=(value)public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 299
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 7.0")
end