Skip to content
  • Ryuta Kamizono's avatar
    62cfbdf3
    Support storing demodulized class name for polymorphic type · 62cfbdf3
    Ryuta Kamizono authored
    This is an alternative of #29722.
    
    Before Rails 6.1, storing demodulized class name is supported only for
    STI type by `store_full_sti_class` class attribute.
    
    Now `store_full_class_name` class attribute can handle both STI and
    polymorphic types.
    
    Closes #29722.
    
    See also #29601, #32048, #32148.
    62cfbdf3
    Support storing demodulized class name for polymorphic type
    Ryuta Kamizono authored
    This is an alternative of #29722.
    
    Before Rails 6.1, storing demodulized class name is supported only for
    STI type by `store_full_sti_class` class attribute.
    
    Now `store_full_class_name` class attribute can handle both STI and
    polymorphic types.
    
    Closes #29722.
    
    See also #29601, #32048, #32148.
Loading