Sha256: 4e887e79139901400adb04b901663623a71b5c3e168151f428925bfd805b88fd
Contents?: true
Size: 285 Bytes
Versions: 8
Compression:
Stored size: 285 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
8 entries across 8 versions & 1 rubygems