def random
    respond_to do |format|
      quote = Quote.random(params[:character])
      format.text {
        permalink = url_for({