From c6393b60772917faad7df7bfb595b6351b55ff67 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 10 Jan 2019 12:26:48 +1100 Subject: [PATCH] Warn about deprecation via ActiveSupport --- lib/tasks/dev.rake | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index a1ead17f5c..5fbafaa5b4 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -316,15 +316,22 @@ namespace :ofn do if EnterpriseRole.count < 1 EnterpriseRole.create!(user: Spree::User.first, enterprise: enterprise2) end - puts <