add unicorn

This commit is contained in:
jomo
2014-06-23 07:30:34 +02:00
parent 58a5d6f02f
commit 00b9383ebf
5 changed files with 108 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ class ApplicationController < ActionController::Base
before_filter :update_ip, :update_seen, :check_banned
# TODO: force_ssl
# TODO: remove this!
http_basic_authenticate_with name: "redstone", password: "sheep_"
helper :all