From 178399414bdf5379961132b8c9673aab86e3c85a Mon Sep 17 00:00:00 2001 From: Michael Fairley Date: Thu, 29 Sep 2011 12:03:33 -0700 Subject: [PATCH] Remove the fake ActiveRecord's method_missing --- spec/samples/active_record.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/samples/active_record.rb b/spec/samples/active_record.rb index 9b561b6..146c865 100644 --- a/spec/samples/active_record.rb +++ b/spec/samples/active_record.rb @@ -1,7 +1,4 @@ module ActiveRecord class Base - def method_missing(name, *args) - name - end end end \ No newline at end of file