mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Remove the fake ActiveRecord's method_missing
This commit is contained in:
parent
475a8d1da5
commit
178399414b
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
module ActiveRecord
|
module ActiveRecord
|
||||||
class Base
|
class Base
|
||||||
def method_missing(name, *args)
|
|
||||||
name
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in a new issue