Skip to content

Commit

Permalink
Merge pull request #34 from michaelfairley/no_ar_method_missing
Browse files Browse the repository at this point in the history
Remove the fake ActiveRecord's method_missing
  • Loading branch information
jcasimir committed Oct 3, 2011
2 parents 475a8d1 + 1783994 commit 96e5c4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/samples/active_record.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module ActiveRecord
class Base
def method_missing(name, *args)
name
end
end
end

0 comments on commit 96e5c4e

Please sign in to comment.