Rails 7+: primary_abstract_class recommendation (#32909)

pull/32913/head
Shlee 4 months ago committed by GitHub
parent f1ef7b5b43
commit 34d7c9edae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
primary_abstract_class
include Remotable

Loading…
Cancel
Save