Added projects. Part 7
This commit is contained in:
@@ -59,6 +59,11 @@ class ProjectsActions
|
||||
fname
|
||||
end
|
||||
|
||||
def get_project_path_git(id, gitname)
|
||||
proj_path = get_project_path(id)
|
||||
File.join(proj_path, PROJECTS_STRUCTURE[:SRC], gitname)
|
||||
end
|
||||
|
||||
def create_project(name, description, configuration)
|
||||
@error = nil
|
||||
ret_val = 0
|
||||
|
||||
Reference in New Issue
Block a user