Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine: Adding customized Taxonomix to handle the case of associating #2712

Merged
merged 4 commits into from
Aug 5, 2013

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Aug 1, 2013

one organization per entity - in this case Providers.

@ohadlevy @abenari @witlessbird - would one or more of you mind looking at my attempt to tackle the one-to-many relationship through taxonomy?

else
ids = Provider.all.collect{ |provider| provider.id }
end
ids = Provider.all.collect{ |provider| provider.id }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ids = Provider.pluck(:id)

@bbuckingham
Copy link
Member

ACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants