Skip to content

Commit

Permalink
Merge pull request #3906 from kennyj/fix_warnings_for_params_wrapper_…
Browse files Browse the repository at this point in the history
…test

Fix warning for params_wrapper_test.rb
  • Loading branch information
josevalim committed Dec 8, 2011
2 parents 67cc07e + 3ade2f8 commit 1bad06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/params_wrapper_test.rb
Expand Up @@ -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
Expand Down

0 comments on commit 1bad06a

Please sign in to comment.