Don't use STI in your Rails Apps
I just post a blog post about STI and where it could takes you. Don’t use STI in your rails apps explain what STI about and why you should not use it.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just post a blog post about STI and where it could takes you. Don’t use STI in your rails apps explain what STI about and why you should not use it.
Comments
Couldn’t you just use polymorphic associations to fix this issue?
Post a comment