instance method
strict_mode?
Ruby on Rails 5.2.8.1
Since v4.0.13Signature
strict_mode?()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 521
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 521
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter