Sha256: 14ca954c31852a158f084d29ae2a4c773d5ef920175556e05c2b416bbab31599
Contents?: true
Size: 558 Bytes
Versions: 6
Compression:
Stored size: 558 Bytes
Contents
# frozen_string_literal: true class Auth::SessionsController < Devise::SessionsController layout 'auth' # 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
6 entries across 6 versions & 1 rubygems