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

Port type_for_attribute to Active Model #49910

Merged

Conversation

jonathanhefner
Copy link
Member

This moves type_for_attribute from ActiveRecord::ModelSchema::ClassMethods to ActiveModel::AttributeRegistration::ClassMethods, where attribute_types is also defined.

This moves `type_for_attribute` from `ActiveRecord::ModelSchema::ClassMethods`
to `ActiveModel::AttributeRegistration::ClassMethods`, where
`attribute_types` is also defined.

Co-authored-by: Petrik <petrik@deheus.net>
@jonathanhefner jonathanhefner merged commit 7d525d3 into rails:main Nov 4, 2023
4 checks passed
@jonathanhefner jonathanhefner mentioned this pull request Nov 4, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant