зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-03 18:25:51 +03:00
6 строки
108 B
Ruby
6 строки
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
ActiveAdmin.register Profile do
|
|
permit_params :author_id, :description
|
|
end
|