test fix
This commit is contained in:
parent
67f0c62d07
commit
035196e7a8
4 changed files with 12 additions and 3 deletions
|
@ -35,6 +35,7 @@ class Admin::ProjectsController < ApplicationController
|
|||
|
||||
def create
|
||||
@admin_project = Project.new(params[:project])
|
||||
@admin_project.owner = current_user
|
||||
|
||||
respond_to do |format|
|
||||
if @admin_project.save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue