Commit 90e4620e by Mike Mayo

removing the AR method_missing override

parent 672a22ab
......@@ -350,11 +350,3 @@ module AnnotateModels
end
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment