diff --git a/lib/locomotive/hosting/bushido.rb b/lib/locomotive/hosting/bushido.rb index fa11d805..6892ab5b 100644 --- a/lib/locomotive/hosting/bushido.rb +++ b/lib/locomotive/hosting/bushido.rb @@ -26,7 +26,7 @@ module Locomotive end def bushido_app_claimed? - ENV['BUSHIDO_CLAIMED'].present? && ENV['BUSHIDO_CLAIMED'].to_s.downcase == 'true' + Boolean.set(ENV['BUSHIDO_CLAIMED']) || false end def enable_bushido