Merge pull request #11953 from CartoDB/11917-fix

Fix bug with org soft limits configuration rake
pull/11960/head
Javier Goizueta 8 years ago committed by GitHub
commit 575e5ce446

@ -146,7 +146,7 @@ namespace :cartodb do
assert_valid_arg args, :soft_limit, accepted_values: ['true', 'false']
service_quota_key = "soft_#{service}_limit="
user.send(service_quota_key, soft_limit)
org.send(service_quota_key, soft_limit)
org.save
puts "Changed the organization soft limit for service #{service} to #{soft_limit}."

Loading…
Cancel
Save