Skip to content
Snippets Groups Projects
Commit af7dcda1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix project creation

parent 6f05ea4f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,7 +19,7 @@ class ProjectsController < ProjectResourceController
end
 
def create
@project = Projects::CreateContext.new(current_user, params).execute
@project = Projects::CreateContext.new(current_user, params[:project]).execute
 
respond_to do |format|
flash[:notice] = 'Project was successfully created.' if @project.saved?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment