Sha256: 1b05fc48f71598772e8a4a24bfb77cdf432011fd890574054a5530d92f257e67
Contents?: true
Size: 188 Bytes
Versions: 13
Compression:
Stored size: 188 Bytes
Contents
# monkey patches 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
Version data entries
13 entries across 13 versions & 2 rubygems