Sha256: e1dcd94ea54b6f7c19a2f548d28326bf98f798b10c65a73d26f60a982051dad4
Contents?: true
Size: 435 Bytes
Versions: 12
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' module EacRailsUtils module Models class Tableless # For Rails >= '6.1'. module StrictLoading common_concern class_methods do def strict_loading? false end end # @return [Boolean] def strict_loading? self.class.strict_loading? end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems