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

Fix breadcrumb for Mongoid #1387

Merged
merged 3 commits into from Jul 6, 2012
Merged

Fix breadcrumb for Mongoid #1387

merged 3 commits into from Jul 6, 2012

Conversation

jpmckinney
Copy link
Contributor

MongoDB has hexidecimal IDs. The breadcrumb helper assumes numeric IDs. This very small edit fixes that assumption, while maintaining behavior for Active Record usage.

@travisbot
Copy link

This pull request passes (merged d7eef9d into 9cb9405).

@travisbot
Copy link

This pull request passes (merged b24b0e8 into 9cb9405).

@jpmckinney
Copy link
Contributor Author

I also have a fix for Mongoid embedded documents, which can't be queried directly, but I'll wait for this pull request to merge.

@pcreux
Copy link
Contributor

pcreux commented Jun 29, 2012

Hello @jpmckinney, could you rebase this PR against master?

Cheers

@jpmckinney
Copy link
Contributor Author

Hmm, not sure if that's what you wanted. I can open a new pull request if necessary.

@jpmckinney
Copy link
Contributor Author

Oh, nevermind, the diff still looks good.

pcreux added a commit that referenced this pull request Jul 6, 2012
@pcreux pcreux merged commit ffef502 into activeadmin:master Jul 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants