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

Highcharts with grouped categories

Completely Uninstall and Install Rubymine on ubuntu