Skip to content

Instantly share code, notes, and snippets.

@rgo
Created February 20, 2009 23:26
Show Gist options
  • Save rgo/67776 to your computer and use it in GitHub Desktop.
Save rgo/67776 to your computer and use it in GitHub Desktop.
Show relations in a model
# Show relations in a model
Model.reflect_on_all_associations.map(&:class_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment