diff --git a/actionpack/test/controller/params_wrapper_test.rb b/actionpack/test/controller/params_wrapper_test.rb index a4c6c08abb49b..c4d2614200f78 100644 --- a/actionpack/test/controller/params_wrapper_test.rb +++ b/actionpack/test/controller/params_wrapper_test.rb @@ -26,7 +26,7 @@ def parse self.class.last_parameters = request.params.except(:controller, :action) head :ok end -end + end class User; end class Person; end