Sha256: 6fd4c3c97817055676f99e7ff5e0c97210e4ad13f90f4377e5f91dacb1034753
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
# frozen_string_literal: true module DqAdmin class SessionsController < ::Devise::SessionsController # 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dq_admin-0.4.3 | app/controllers/dq_admin/sessions_controller.rb |
dq_admin-0.4.2 | app/controllers/dq_admin/sessions_controller.rb |