instance method
strict_mode?
Ruby on Rails 8.0.4
Since v4.0.13Signature
strict_mode?()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 630
def strict_mode?
self.class.type_cast_config_to_boolean(@config.fetch(:strict, true))
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb line 630
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter