Improved code layout: Made method internal.

This commit is contained in:
Thorsten Eckel 2018-01-16 09:15:08 +01:00
parent b4ec936db0
commit 5208d3212a

View file

@ -20,6 +20,8 @@ class Sequencer
end end
end end
private
def model_key def model_key
model_class.name.pluralize.to_sym model_class.name.pluralize.to_sym
end end