Improved code layout: Made method internal.
This commit is contained in:
parent
b4ec936db0
commit
5208d3212a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ class Sequencer
|
|||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def model_key
|
||||
model_class.name.pluralize.to_sym
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue