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



5
6
7
# File 'lib/annotate/active_record_patch.rb', line 5

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