remove trix in favour of tiny little vue app

This commit is contained in:
2022-12-25 14:13:11 +02:00
parent e593b181ff
commit e8a755af0e
20 changed files with 45 additions and 191 deletions

View File

@ -4,9 +4,6 @@ class Member < ApplicationRecord
devise :database_authenticatable, :registerable,:confirmable,
:recoverable, :rememberable, :validatable
has_rich_text :bio
has_one_attached :picture
def admin?
true
end