Rename “home” pack to “application”

This commit is contained in:
Claire
2024-04-27 20:01:31 +02:00
parent 9a8be8cf49
commit dee57982f1
4 changed files with 4 additions and 4 deletions

View File

@@ -39,6 +39,6 @@ module WebAppControllerConcern
end
def set_pack
use_pack 'home'
use_pack 'application'
end
end