From 9d6043aef3836e0678942dccda2d8eeda0dc17b4 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 20 Apr 2016 14:49:21 +0000 Subject: keep back faq --- application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index cebe4f2..7b774bc 100644 --- a/application.rb +++ b/application.rb @@ -304,12 +304,12 @@ post '/predict/?' do haml :prediction end end - +=begin get '/faq' do @faq = RDiscount.new(File.read("FAQ.md")).to_html haml :faq, :layout => :faq_layout end - +=end get '/style.css' do headers 'Content-Type' => 'text/css; charset=utf-8' scss :style -- cgit v1.2.3