Sha256: c5e427c9009c5a9c440da79242938fc1fd161aefb811e7d06bde8ab3cb932f57
Contents?: true
Size: 190 Bytes
Versions: 20
Compression:
Stored size: 190 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
20 entries across 20 versions & 3 rubygems