Expects this to return true

Stephen Paul Weber created

Change summary

config.ru | 1 +
1 file changed, 1 insertion(+)

Detailed changes

config.ru 🔗

@@ -69,6 +69,7 @@ class Plan
 				add_one_month_to_current_plan(customer_id)
 			end
 		end
+		true
 	end
 
 	def activate_plan_starting_now(customer_id)