mirror of
https://github.com/we-promise/sure.git
synced 2026-04-28 00:14:23 +00:00
Centralize auth (#598)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class RegistrationsController < ApplicationController
|
||||
skip_authentication
|
||||
|
||||
layout "auth"
|
||||
|
||||
before_action :set_user, only: :create
|
||||
|
||||
Reference in New Issue
Block a user