79280548

Date: 2024-12-14 11:36:46
Score: 1
Natty:
Report link
Model.validators.select { |v| v }.flat_map(&:attributes).uniq

This will return list of all attributes which has at least one validation applied on it.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ravi Kumar SIngh