method
allow_unsafe_raw_sql
rails latest stable - Class:
ActiveRecord::Core
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