Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/annotate/annotate_models.rb
Class Method Summary collapse
Class Method Details
.method_missing(name, *args) ⇒ Object
289 290 291 |
# File 'lib/annotate/annotate_models.rb', line 289 def self.method_missing(name, *args) # ignore this, so unknown/unloaded macros won't cause parsing to fail end |