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:
commit
96e5c4ef03
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
module ActiveRecord
|
||||
class Base
|
||||
def method_missing(name, *args)
|
||||
name
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue