Этот коммит содержится в:
Mattia Roccoberton
2023-08-20 21:08:52 +02:00
родитель 7262ad5523
Коммит 2d0a8f961f
8 изменённых файлов: 200 добавлений и 499 удалений

Просмотреть файл

@@ -6,4 +6,8 @@ class Profile < ApplicationRecord
def to_s
description
end
def self.ransackable_attributes(auth_object = nil)
%w[author_id created_at description id updated_at]
end
end