Commit c6a155b608056d1cba387904e4ca34a5145a073f
1 parent
56a336a5
Exists in
master
Fix for rails 4
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/ext/environment.rb
@@ -3,7 +3,7 @@ require_dependency 'environment' | @@ -3,7 +3,7 @@ require_dependency 'environment' | ||
3 | class Environment | 3 | class Environment |
4 | 4 | ||
5 | #Captcha settings | 5 | #Captcha settings |
6 | - settings_items :serpro_captcha_plugin, :type => ActiveSupport::HashWithIndifferentAccess, :default => {} | 6 | + settings_items :serpro_captcha_plugin, :type => Hash, :default => {} |
7 | 7 | ||
8 | # settings_items :verify_uri, :type => :string, :default => 'http://captcha.servicoscorporativos.serpro.gov.br/captchavalidar/1.0.0/validar' | 8 | # settings_items :verify_uri, :type => :string, :default => 'http://captcha.servicoscorporativos.serpro.gov.br/captchavalidar/1.0.0/validar' |
9 | # settings_items :serpro_client_id, :type => :string, :default => 'fdbcdc7a0b754ee7ae9d865fda740f17' | 9 | # settings_items :serpro_client_id, :type => :string, :default => 'fdbcdc7a0b754ee7ae9d865fda740f17' |