Class: ActiveRecord::Base

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

Class Method Summary collapse

Class Method Details

.method_missing(name, *args) ⇒ Object



352
353
354
# File 'lib/annotate/annotate_models.rb', line 352

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