def index
    @languages = Language.where("name like ?", "%#{params[:q]}%")

    respond_to do |format|
      format.html # index.html.erb