Skip to content

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

@whiteskull

Description

@whiteskull

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions