Sha256: 423732a49c154406580850a8759e4a51d1d0780d3650040a9dee4b0fadf612bb
Contents?: true
Size: 543 Bytes
Versions: 58
Compression:
Stored size: 543 Bytes
Contents
class Managers::RegistrationsController < Devise::RegistrationsController def new redirect_to root_path, alert: 'Регистрация закрыта' end def create redirect_to root_path, alert: 'Регистрация закрыта' end def edit redirect_to root_path, alert: 'Регистрация закрыта' end def update redirect_to root_path, alert: 'Регистрация закрыта' end def destroy redirect_to root_path, alert: 'Регистрация закрыта' end end
Version data entries
58 entries across 53 versions & 1 rubygems