зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-07 12:05:51 +03:00
Add specs configuration
Этот коммит содержится в:
9
spec/dummy/app/models/profile.rb
Обычный файл
9
spec/dummy/app/models/profile.rb
Обычный файл
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Profile < ApplicationRecord
|
||||
belongs_to :author, inverse_of: :profile, touch: true
|
||||
|
||||
def to_s
|
||||
description
|
||||
end
|
||||
end
|
||||
Ссылка в новой задаче
Block a user