Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Created September 15, 2016 07:20
Show Gist options
  • Select an option

  • Save francois-blanchard/352b706b9257656b7f69f004ff76ebca to your computer and use it in GitHub Desktop.

Select an option

Save francois-blanchard/352b706b9257656b7f69f004ff76ebca to your computer and use it in GitHub Desktop.
Get rails associations from console

Get rails associations from console

Project::EventSponsor.reflect_on_all_associations.each do |reflection|
  puts ":#{reflection.macro} => :#{reflection.name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment