test login fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module Admin
|
||||
class UsersController < Admin::ApplicationController
|
||||
skip_before_filter :authenticate_administrator!, only: :test_login
|
||||
skip_before_filter :setup_administrator!, only: :test_login
|
||||
skip_authorize_resource only: :test_login
|
||||
skip_before_filter :set_locale, only: :test_login
|
||||
# GET /users
|
||||
# GET /users.json
|
||||
|
||||
Reference in New Issue
Block a user