Remove the fake ActiveRecord's method_missing

This commit is contained in:
Michael Fairley 2011-09-29 12:03:33 -07:00
parent 475a8d1da5
commit 178399414b
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
module ActiveRecord
class Base
def method_missing(name, *args)
name
end
end
end