Rails 7.1: Issues with STI and validation callbacks not triggering as expected
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-24
ruby-on-rails stti validations
I'm currently working on a Rails 7.1 application where I'm using Single Table Inheritance (STI) for a model called `Payment`. I've defined two subclasses: `Cred...