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
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/8945 added
Updated by Ondřej Ezr about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|cc93a2006d089f85798869eb6dadabd8adbbbada.
Actions