Skip to content

Fix fatal error when using annotate with ActiveRecord 4.1 #347

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

Merged
merged 1 commit into from
Feb 18, 2016

Conversation

brentwalther
Copy link
Contributor

The fatal error was introduced with commit fc31d85. The method
supports_foreign_keys? is only available on ActiveRecord versions
>= 4.2.

Fixes issue #316.

The fatal error was introduced with commit fc31d85. The method
`supports_foreign_keys?` is only available on ActiveRecord versions
>= 4.2.

Fixes issue 316.
@brentwalther brentwalther changed the title Fix fatal error when using annotate with ActiveRecord 4.2 Fix fatal error when using annotate with ActiveRecord 4.1 Feb 18, 2016
@ctran ctran added the bug label Feb 18, 2016
@ctran ctran added this to the v2.7.1 milestone Feb 18, 2016
ctran added a commit that referenced this pull request Feb 18, 2016
Fix fatal error when using `annotate` with ActiveRecord 4.1
@ctran ctran merged commit c7615d4 into ctran:develop Feb 18, 2016
@ctran
Copy link
Owner

ctran commented Feb 18, 2016

Thanks.

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

Successfully merging this pull request may close these issues.

2 participants