class DatabaseCleaner::Safeguard::Production

def key

def key
  @key ||= KEYS.detect { |key| ENV[key] == 'production' }
end