From 1bf2825909048cce834541f9366ead20b57a6867 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Thu, 2 Jul 2015 16:34:10 -0500 Subject: [PATCH] Remove unused PORO#to_param --- test/fixtures/poro.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/fixtures/poro.rb b/test/fixtures/poro.rb index 89603863..481cfb22 100644 --- a/test/fixtures/poro.rb +++ b/test/fixtures/poro.rb @@ -33,10 +33,6 @@ class Model @attributes[:id] || @attributes['id'] || object_id end - def to_param - id - end - def method_missing(meth, *args) if meth.to_s =~ /^(.*)=$/ @attributes[$1.to_sym] = args[0]