Codeminer42/cm42-central

View on GitHub
app/views/application/_captcha.html.erb

Summary

Maintainability
Test Coverage
<% if show_recaptcha? %>
    <%= f.label :captcha, class: local_assigns[:field_class] %>
    <%= recaptcha_tags %>
<% end %>