From 791f5d158cf839cff8b67fd6d2040b867de2428f Mon Sep 17 00:00:00 2001 From: Salahutdinov Dmitry Date: Tue, 16 Feb 2016 18:45:45 +0500 Subject: [PATCH] =?UTF-8?q?feature:=20=D0=B1=D0=B0=D0=B7=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=81=D1=87=D0=B5=D1=82=D1=87=D0=B8=D0=BA=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://jira.railsc.ru/browse/PC4-15968 --- lib/treasury/processors/base.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/treasury/processors/base.rb diff --git a/lib/treasury/processors/base.rb b/lib/treasury/processors/base.rb new file mode 100644 index 0000000..5f78b73 --- /dev/null +++ b/lib/treasury/processors/base.rb @@ -0,0 +1,8 @@ +# coding: utf-8 + +module Treasury + module Processors + class Base < ::CoreDenormalization::Processors::Base + end + end +end