# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true
- # Turn of captcha stuff for localhost
+ # Turn off captcha stuff for localhost
config.hcaptcha_enabled = false
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
+
+ # Turn off captcha stuff for localhost
+ config.hcaptcha_enabled = true
# Don't log any deprecations.
config.active_support.report_deprecations = false
# Tell Active Support which deprecation messages to disallow.
config.active_support.disallowed_deprecation_warnings = []
-
+
+ # Turn off captcha stuff for localhost
+ config.hcaptcha_enabled = false
+
# Raises error for missing translations.
# config.i18n.raise_on_missing_translations = true