bugfixes, added redstoner env

This commit is contained in:
jomo
2014-04-20 20:03:45 +02:00
parent c0a57f1554
commit f5fa193e0d
3 changed files with 8 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ class ApplicationController < ActionController::Base
before_filter :update_ip, :update_seen
# force_ssl
http_basic_authenticate_with name: "redstone", password: "sheep_"
helper :all
include UsersHelper
include ApplicationHelper