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

Add delegation to exists? for use by third parties #231

Closed
wants to merge 1 commit into from
Closed

Add delegation to exists? for use by third parties #231

wants to merge 1 commit into from

Conversation

defsprite
Copy link
Contributor

As of 8.2.0 DataSchemaMigration will not expose all inherited methods from Active Record any longer, but only ones needed by the gem internally.

It seems to make sense to provide exists? to 3rd parties although it does not seem to be explicitly needed.

Fixes #230

@ilyakatz
Copy link
Owner

ilyakatz commented Dec 7, 2022

thank you, merged via #234

@ilyakatz ilyakatz closed this Dec 7, 2022
@rubiii rubiii deleted the master branch November 2, 2023 11:12
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.

NoMethodError (undefined method `exists?' for DataMigrate::DataSchemaMigration:Class)
2 participants