small fixes

This commit is contained in:
jomo
2013-06-24 14:17:27 +02:00
parent fb52e8bed2
commit b4f2dc5fab
7 changed files with 9 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery
# force_ssl
helper :all
include ToolsHelper
include UsersHelper
helper_method :current_user
private