Commit 125a882bb8af0d90d7b13fea0325143bdf601f94

Authored by Evandro Junior
1 parent 4de7f161

Removes Serpro's Captcha settings from core's enviroment.rb

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/models/environment.rb
... ... @@ -348,9 +348,6 @@ class Environment < ActiveRecord::Base
348 348  
349 349 settings_items :signup_welcome_screen_body, :type => String
350 350  
351   - #Captcha settings
352   - settings_items :api_captcha_settings, :type => ActiveSupport::HashWithIndifferentAccess, :default => {}
353   -
354 351 def has_custom_welcome_screen?
355 352 settings[:signup_welcome_screen_body].present?
356 353 end
... ...