Skip to content
New issue

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

undefined method `implode=' for SimpleCaptcha:Module (NoMethodError) #42

Open
whiteskull opened this issue Mar 24, 2015 · 1 comment
Open

Comments

@whiteskull
Copy link

config/initializers/simple_captcha.rb:27:in block in <top (required)>': undefined methodimplode=' 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

@mattlaoruckus
Copy link

any update on this? i am having a simple issue for 'font=' method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants