Sha256: a37c4cf813d26d12f3b566a473f554e83e031c0442964e20cdb9865f61e96022
Contents?: true
Size: 226 Bytes
Versions: 8
Compression:
Stored size: 226 Bytes
Contents
module I18n module Backend class ActiveRecord class Configuration attr_accessor :cleanup_with_destroy def initialize @cleanup_with_destroy = false end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems