respond_to do |format|
      format.html { render action: :index }
      format.rss { render :layout => false, action: :index }
      format.atom { render action: :index }