Skip to content
New issue

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

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

Already on GitHub? # to your account

fix uninitialized constant error. #100

Merged
merged 1 commit into from
Jul 4, 2024
Merged

fix uninitialized constant error. #100

merged 1 commit into from
Jul 4, 2024

Conversation

alpaca-tc
Copy link
Contributor

Changed to load files under ActiveModel via autoload

.../lib/active_model/validations/clusivity.rb:9:in `<module:Clusivity>': uninitialized constant ActiveModel::Validations::Clusivity::ResolveValue (NameError)

      include ResolveValue

@alpaca-tc alpaca-tc requested a review from a team as a code owner July 4, 2024 10:20
@alpaca-tc alpaca-tc requested review from meganemura and wakasa51 and removed request for a team July 4, 2024 10:20
Changed to load files under `ActiveModel` via autoload

```
.../lib/active_model/validations/clusivity.rb:9:in `<module:Clusivity>': uninitialized constant ActiveModel::Validations::Clusivity::ResolveValue (NameError)

      include ResolveValue
```
@alpaca-tc alpaca-tc force-pushed the support-rails-7-1 branch from 30638de to 774024b Compare July 4, 2024 10:30
@alpaca-tc alpaca-tc merged commit 4dfd6a8 into master Jul 4, 2024
5 checks passed
@alpaca-tc alpaca-tc deleted the support-rails-7-1 branch July 4, 2024 10:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant