dont put log behind devise

This commit is contained in:
danielvincent 2010-10-07 14:57:00 -07:00
parent efcd0c418d
commit 206e10f66a

View file

@ -3,7 +3,7 @@
# the COPYRIGHT file.
class DevUtilitiesController < ApplicationController
before_filter :authenticate_user!, :except => [:set_backer_number]
before_filter :authenticate_user!, :except => [:set_backer_number, :log]
include ApplicationHelper
include RequestsHelper