Commit iniziale di eminuxCRM: CRM Rails con pipeline, campagne email e Docker.
Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class HomeController < ApplicationController
|
||||
def index
|
||||
@page_title = "I miei progetti"
|
||||
@projects = available_projects
|
||||
|
||||
if !current_user.admin? && @projects.one?
|
||||
redirect_to project_root_path(project_code: @projects.first.code) and return
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user