Actions
Refactor #33985
closedTracker #33983: Cleanup core_extensions
Move identification methods to ApplicationRecord
Description
We have many methods introduced by core_extensions to ActiveRecord::Base, today Rails have the concept of ApplicationRecord, we should move those methods there instead.
Methods:- id_and_type
- name_method
- to_label
Actions