remove trix in favour of tiny little vue app
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user