Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created March 29, 2012 21:26
Show Gist options
  • Save courtsimas/2243978 to your computer and use it in GitHub Desktop.
Save courtsimas/2243978 to your computer and use it in GitHub Desktop.
get all models
ActiveRecord::Base.descendants.collect { |type| type.name }.sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment