Ruby

Ruby

By DeepSource

Incorrect pluralization grammar detected RB-RL1037

Style Autofix

When using ActiveSupport's number pluralization, proper aliases should be used for readablity.

For example, 1.day.ago, while equivalent to 1.days.ago, does not make grammatical sense.