Sha256: ddbf425d5c6418caad85649aa73effa8b5f9d4f85ec141163185c535036c28c6
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
require_dependency "antispam/application_controller" module Antispam class ValidateController < ApplicationController def index respond_to do |format| format.html format.js { render js: 'window.location = "/antispam/validate"'} end end end end
Version data entries
7 entries across 7 versions & 1 rubygems