Sha256: da019f951d18ed5b784670d34819b75b463c86d11531eef17aaf28311718f49a
Contents?: true
Size: 328 Bytes
Versions: 17
Compression:
Stored size: 328 Bytes
Contents
# Require `belongs_to` associations by default. This is a new Rails 5.0 # default, so it is introduced as a configuration option to ensure that apps # made on earlier versions of Rails are not affected when upgrading. if Rails.version.to_i >= 5 Rails.application.config.active_record.belongs_to_required_by_default = true end
Version data entries
17 entries across 17 versions & 3 rubygems