Remove unused ivar

This commit is contained in:
Gabe Berke-Williams 2012-12-27 19:42:50 -05:00
parent af8f9a7bff
commit 8d01c6f9e8
1 changed files with 0 additions and 2 deletions

View File

@ -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