def create
    @work_log = WorkLog.new(work_log_params)

    respond_to do |format|
      if @work_log.save