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

Removing Rails 6.0 deprecation warning #4231

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Jan 30, 2020

Prior to this change, specs reported the following warning:

DEPRECATION WARNING: Delegating constraints to arel is deprecated and
will be removed in Rails 6.0.

I removed the deprecation warnings with this change (e.g. adding an
explicit call to #arel).

@samvera/hyrax-code-reviewers

Prior to this change, specs reported the following warning:

```console
DEPRECATION WARNING: Delegating constraints to arel is deprecated and
will be removed in Rails 6.0.
```

I removed the deprecation warnings with this change (e.g. adding an
explicit call to #arel).
@straleyb straleyb merged commit 226e010 into master Jan 30, 2020
@straleyb straleyb deleted the removing-constraints-deprecation-warning branch January 30, 2020 16:23
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.

2 participants