Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created June 26, 2010 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liangzan/454439 to your computer and use it in GitHub Desktop.
Save liangzan/454439 to your computer and use it in GitHub Desktop.
@object.class.reflections.collect do |name, _|
if by_associations.present?
name if by_associations.include?(_.macro)
else
name
end
end.compact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment