Skip to content

Commit 81b7508

Browse files
author
David Rodríguez
committed
Fix another unused variable warning
1 parent bfde047 commit 81b7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simple_captcha/view.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def simple_captcha_options(options = {})
5656
options[:field_value] = set_simple_captcha_data(key, options)
5757
end
5858

59-
defaults = {
59+
{
6060
:image => simple_captcha_image(key, options),
6161
:label => I18n.t('simple_captcha.label'),
6262
:field => simple_captcha_field(options),

0 commit comments

Comments
 (0)