From eb280c1126b8b6c7b35ab76a3ebc869a985de71c Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Sat, 27 Jul 2019 15:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/trustie/che/che.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/trustie/che/che.rb b/lib/trustie/che/che.rb index 1a72aa757..129aec8be 100644 --- a/lib/trustie/che/che.rb +++ b/lib/trustie/che/che.rb @@ -5,8 +5,11 @@ require 'uri' module Trustie module Che - def avd - Rails.logger.info("####################che avd start") + extend ActiveSupport::Concern + module ClassMethods + def avd + Rails.logger.info("####################che avd start") + end end