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

@ -2,6 +2,8 @@ class CreateMembers < ActiveRecord::Migration[7.0]
def change
create_table :members do |t|
t.string :name
t.string :bio
t.string :picture
t.boolean :public
t.timestamps