Sha256: 01348cba92c81395752ad016685b034f91c4536b61de369c8b1cdaa78d30a1a8
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
# monkey patches # standard:disable Style/MissingRespondToMissing module ::ActiveRecord class Base def self.method_missing(_name, *_args) # ignore this, so unknown/unloaded macros won't cause parsing to fail end end end # standard:enable Style/MissingRespondToMissing
Version data entries
4 entries across 4 versions & 1 rubygems