We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config/initializers/simple_captcha.rb:27:in block in <top (required)>': undefined methodimplode=' for SimpleCaptcha:Module (NoMethodError)
block in <top (required)>': undefined method
simple_captcha.rb
SimpleCaptcha.setup do |sc|
sc.image_size = '100x34'
sc.length = 5
sc.image_style = 'charcoal_grey'
sc.distortion = 'medium'
sc.implode = 'low' end
The text was updated successfully, but these errors were encountered:
any update on this? i am having a simple issue for 'font=' method
Sorry, something went wrong.
No branches or pull requests
config/initializers/simple_captcha.rb:27:in
block in <top (required)>': undefined method
implode=' for SimpleCaptcha:Module (NoMethodError)simple_captcha.rb
SimpleCaptcha.setup do |sc|
default: 100x28
sc.image_size = '100x34'
default: 5
sc.length = 5
default: simply_blue
possible values:
'embosed_silver',
'simply_red',
'simply_green',
'simply_blue',
'distorted_black',
'all_black',
'charcoal_grey',
'almost_invisible'
'random'
sc.image_style = 'charcoal_grey'
default: low
possible values: 'low', 'medium', 'high', 'random'
sc.distortion = 'medium'
default: medium
possible values: 'none', 'low', 'medium', 'high'
sc.implode = 'low'
end
The text was updated successfully, but these errors were encountered: