member model

This commit is contained in:
2026-05-05 22:15:07 +02:00
parent 71d341c9f3
commit d544b4da76
8 changed files with 111 additions and 15 deletions
+1
View File
@@ -6,6 +6,7 @@ Rails.application.routes.draw do
get "software", to: "software#index"
get "software/highlighted", to: "software_highlighted#index"
get "events", to: "events#index"
get "members", to: "members#index"
end
get "update", to: "update#update"