Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/annotate/active_record_patch.rb

Class Method Summary collapse

Class Method Details

.method_missing(_name, *_args) ⇒ Object



7
8
9
# File 'lib/annotate/active_record_patch.rb', line 7

def self.method_missing(_name, *_args)
  # ignore this, so unknown/unloaded macros won't cause parsing to fail
end