@ -100,12 +100,12 @@ class BoardsController < ApplicationController
end
def edit
def update
if @project.project_type == 1
render :layout => 'base_courses'
@board.safe_attributes = params[:board]
if @board.save
redirect_to_settings_in_projects