Sha256: 125e396e778f2a6e3a339bfddafb12d577f3db5c8c571cdf8fcdd0bb5a8d4b03
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
class NippoCore::Users::SessionsController < Devise::SessionsController layout 'nippo_core/application' # before_action :configure_sign_in_params, only: [:create] # GET /resource/sign_in # def new # super # end # POST /resource/sign_in # def create # super # end # DELETE /resource/sign_out # def destroy # super # end # protected # If you have extra params to permit, append them to the sanitizer. # def configure_sign_in_params # devise_parameter_sanitizer.permit(:sign_in, keys: [:attribute]) # end end
Version data entries
4 entries across 4 versions & 1 rubygems