lml / commontator

A Rails engine for comments
MIT License
354 stars 99 forks source link

Replace more instances of include into Rails base classes with on_load hooks #165

Closed Dantemss closed 4 years ago

Dantemss commented 4 years ago

Just in case Rails decide to autoload stuff in ActiveRecord::Base as well. Also fixes migrations that create records with acts_as_commontable before the commontator_threads table is created.