Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created July 5, 2013 14:00
Show Gist options
  • Save elhoyos/5934722 to your computer and use it in GitHub Desktop.
Save elhoyos/5934722 to your computer and use it in GitHub Desktop.
Eager load resources to make the application model-inheritance-aware
# Model.subclasses will give you an empty array
Rails.application.eager_load!
# Now you can do Model.subclasses and it will retrieve its descendants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment