You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug/unlisted deprecation in Rails 7 regarding .select and how it creates attribute reflections for fields. To fix Add a has_attribute? check to anything acting on after_initialize will need to have these for us to be able to use .select.
Example: if has_attribute?(:foo) && foo.blank?
The text was updated successfully, but these errors were encountered:
Example:
if has_attribute?(:foo) && foo.blank?
The text was updated successfully, but these errors were encountered: