How to find out all descendants of ActiveRecord::Base

To find out all descendants of ActiveRecord::Base you need to first eager load the Rails application.

Rails.application.eager_load!
 Then find out all the descendants models 

ActiveRecord::Base.descendants

To find out all descendants without STI

ActiveRecord::Base.direct_descendants

Comments

Popular posts from this blog

Installing Wowza Streaming Engine on ubuntu

Fresh Server Setup with Nginx, Passenger and Rails

Upload a file in S3 without any form