pludoni / simple-captcha

Rails 3+4 support now! Simple Captcha is the simplest and a robust captcha plugin. Its implementation requires adding up a single line in views and in controllers/models.
MIT License
106 stars 73 forks source link

Ruby 2.2.0: Fix warning #35

Closed fmbiete closed 9 years ago

fmbiete commented 9 years ago

simple_captcha2-0.3.2/lib/simple_captcha/view.rb:136: warning: circular argument reference - request

I don't think is a good idea to call the parameter the same as the default value object.