مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
8 أسطر
135 B
Ruby
8 أسطر
135 B
Ruby
class ApplicationRecord < ActiveRecord::Base
|
|
|
|
self.abstract_class = true
|
|
self.inheritance_column = "sti_type"
|
|
nilify_blanks
|
|
|
|
end
|