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

Disable Rails/DynamicFindBy #41

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Disable Rails/DynamicFindBy #41

merged 1 commit into from
Jun 10, 2020

Conversation

bess
Copy link
Member

@bess bess commented Jun 10, 2020

It's changing ISO_639.find_by_code(language_code) to ISO_639.find_by(code: language_code)
which is wrong, and breaks things.

It's changing ISO_639.find_by_code(language_code) to ISO_639.find_by(code: language_code)
which is wrong, and breaks things.
@no-reply no-reply merged commit bdac6cf into master Jun 10, 2020
@no-reply no-reply deleted the disable_dynamic_find_by branch June 10, 2020 18:03
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