Uses invisible_captcha's default "foo fast" action

This commit is contained in:
kikito
2016-04-28 12:47:04 +02:00
parent 8bcbe86064
commit 9ac6e2d60b
11 changed files with 10 additions and 14 deletions

View File

@@ -114,8 +114,4 @@ class ApplicationController < ActionController::Base
store_location_for(:user, request.path)
end
end
def redirect_timestamp_spam
redirect_to root_path, notice: InvisibleCaptcha.timestamp_error_message
end
end