forked from External/greenlight
GRN2-217: Fixes issues with recording rows and localization (fixed #703-#705) (#707)
* Fixes issues with recording rows * Fixed small typo related to logs
This commit is contained in:
committed by
Jesus Federico
parent
d123d5add0
commit
02b342b157
@ -24,7 +24,7 @@ class UsersController < ApplicationController
|
||||
include Recorder
|
||||
|
||||
before_action :find_user, only: [:edit, :update, :destroy]
|
||||
before_action :ensure_unauthenticated, only: [:new, :create]
|
||||
before_action :ensure_unauthenticated, only: [:new, :create, :signin]
|
||||
|
||||
# POST /u
|
||||
def create
|
||||
|
Reference in New Issue
Block a user