purges simple_captcha

This commit is contained in:
kikito
2016-04-21 12:53:44 +02:00
parent 7f9cf39c41
commit dea1a28a69
44 changed files with 23 additions and 292 deletions

View File

@@ -4,7 +4,6 @@ class SpendingProposal < ActiveRecord::Base
include Taggable
include Searchable
apply_simple_captcha
acts_as_votable
belongs_to :author, -> { with_hidden }, class_name: 'User', foreign_key: 'author_id'