method
allow_unsafe_raw_sql
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Core
allow_unsafe_raw_sql()public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 280
def self.allow_unsafe_raw_sql # :nodoc:
ActiveSupport::Deprecation.warn("ActiveRecord::Base.allow_unsafe_raw_sql is deprecated and will be removed in Rails 6.2")
end