prevent contact form spam

This commit is contained in:
Lee Lawlor
2014-09-30 21:09:01 -04:00
parent 1f892a89c0
commit 4f05d39cfb
10 changed files with 14 additions and 6 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140923230924) do
ActiveRecord::Schema.define(version: 20140930202952) do
create_table "active_admin_comments", force: true do |t|
t.string "namespace"
@ -336,6 +336,7 @@ ActiveRecord::Schema.define(version: 20140923230924) do
t.datetime "updated_at"
t.string "name"
t.datetime "run_at"
t.integer "fuzzy_seconds", default: 0
end
add_index "timecontrols", ["frequency", "minute", "hour", "day"], name: "index_timecontrols_on_frequency_and_minute_and_hour_and_day", using: :btree