Acts As Commentable with Threading v1.1.3 Release Notes

    • Fixed typos in acts_as_votable integration comment and instructions.
    • Updated commentable to call destroy_all on root_comments, rather than on all comments (to ensure comments are properly deleted).
    • 🛠 Fixed polymorphic index to include commentable_type.
    • Update Comment to use validates rather than the deprecated validates_presence_of.