Skip to content

Instantly share code, notes, and snippets.

@lissdy
Created March 17, 2016 07:55
Show Gist options
  • Save lissdy/b054a663fbb282d8fa3f to your computer and use it in GitHub Desktop.
Save lissdy/b054a663fbb282d8fa3f to your computer and use it in GitHub Desktop.
Rails.application.paths["app/models"].each{|model_path|
Dir["#{Rails.root}/#{model_path}/*/*.rb"].each { |file| require file }
}
models = ActiveRecord::Base.send(:subclasses)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment