79782675

Date: 2025-10-04 20:59:52
Score: 0.5
Natty:
Report link

Are you using Active Record?

Try to configure Active Record with the following:

config.active_record.yaml_column_permitted_classes = [
  ActiveSupport::TimeWithZone,
  ActiveSupport::TimeZone,
  Date,
  Symbol,
  Time,
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Capripot