def worked
    @checkin = @place.checkins.where(user_id: current_user.id).first
    if @checkin
      @checkin.status = :worked
    else