rename to templates

This commit is contained in:
Alex Turchyn
2023-05-31 23:19:20 +03:00
parent 98fc9d964a
commit 4a303cb423
59 changed files with 248 additions and 264 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
class DashboardController < ApplicationController
def index
@flows = current_account.flows.active
@templates = current_account.templates.active
end
end