1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Merge pull request #34 from michaelfairley/no_ar_method_missing

Remove the fake ActiveRecord's method_missing
This commit is contained in:
Jeff Casimir 2011-10-03 13:11:24 -07:00
commit 96e5c4ef03

View file

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