From 5208d3212a0ac0591156b8e0bae295f504478076 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 16 Jan 2018 09:15:08 +0100 Subject: [PATCH] Improved code layout: Made method internal. --- .../unit/import/common/model/statistics/diff/model_key.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sequencer/unit/import/common/model/statistics/diff/model_key.rb b/lib/sequencer/unit/import/common/model/statistics/diff/model_key.rb index af31c7cc4..1474e8e80 100644 --- a/lib/sequencer/unit/import/common/model/statistics/diff/model_key.rb +++ b/lib/sequencer/unit/import/common/model/statistics/diff/model_key.rb @@ -20,6 +20,8 @@ class Sequencer end end + private + def model_key model_class.name.pluralize.to_sym end