Added profile scaffold

This commit is contained in:
2024-09-02 14:43:38 +02:00
parent fbbf0b5aac
commit 230a286eb8
7 changed files with 43 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ module ApplicationHelper
end
def profile?
controller.class.name.split("::").first=="Profile"
controller_name=="profiles"
end
end