Merge pull request #58 from netqyq/master
fix: ru_captcha.root_url -> ru_captcha.root_path, to avoid generate a http url in https application.
This commit is contained in:
commit
1d1742e2ed
|
@ -13,7 +13,7 @@ module RuCaptcha
|
||||||
|
|
||||||
def rucaptcha_image_tag(opts = {})
|
def rucaptcha_image_tag(opts = {})
|
||||||
opts[:class] = opts[:class] || 'rucaptcha-image'
|
opts[:class] = opts[:class] || 'rucaptcha-image'
|
||||||
image_tag(ru_captcha.root_url, opts)
|
image_tag(ru_captcha.root_path, opts)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue