oops, application_helper gone from application_controller.

This commit is contained in:
Steven Fuchs 2012-01-22 23:28:55 -05:00
parent 052690941b
commit 7cbcaafbeb

View file

@ -4,8 +4,6 @@
class ApplicationController < ActionController::Base
has_mobile_fu
include ApplicationHelper
protect_from_forgery :except => :receive
before_filter :ensure_http_referer_is_set