Preliminary support for default Units import

This commit is contained in:
2024-11-09 02:05:04 +01:00
parent be48d6fd7f
commit 846eb6da14
3 changed files with 20 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Rails.application.routes.draw do
end
namespace :units do
get 'defaults/index'
resources :defaults, only: :index
end
resources :users, only: [:index, :show, :update] do