From 8d01c6f9e8f58ebc11ac68180fb3ad4bbe7323b9 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Thu, 27 Dec 2012 19:42:50 -0500 Subject: [PATCH] Remove unused ivar --- lib/shoulda/matchers/action_controller/filter_param_matcher.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/shoulda/matchers/action_controller/filter_param_matcher.rb b/lib/shoulda/matchers/action_controller/filter_param_matcher.rb index d743e057..f429fcf2 100644 --- a/lib/shoulda/matchers/action_controller/filter_param_matcher.rb +++ b/lib/shoulda/matchers/action_controller/filter_param_matcher.rb @@ -1,7 +1,6 @@ module Shoulda # :nodoc: module Matchers module ActionController # :nodoc: - # Ensures that filter_parameter_logging is set for the specified key. # # Example: @@ -17,7 +16,6 @@ module Shoulda # :nodoc: end def matches?(controller) - @controller = controller filters_key? end