dont put log behind devise
This commit is contained in:
parent
efcd0c418d
commit
206e10f66a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue