ambethia / recaptcha

ReCaptcha helpers for ruby apps
http://github.com/ambethia/recaptcha
MIT License
1.97k stars 440 forks source link

Permit actions as symbol #426

Closed AndyStabler closed 1 year ago

AndyStabler commented 1 year ago

This commit allows the user to pass in the expected action as a symbol.

Previously we would compare the string action with the symbol action and we'd think the action was invalid because 'homepage' != :homepage.

Thanks! 😄

Pre-Merge Checklist

(I may need some guidance on updating the CHANGELOG—does this require a version change? )

grosser commented 1 year ago

5.13.1

AndyStabler commented 1 year ago

Thanks for getting that out @grosser! 🙇🏻