/data/

l='alternate' title='Atom feed' href='https://code.fourisland.com/thoughts/atom/app/controllers/users/sessions_controller.rb?h=master' type='application/atom+xml'/>
about summary refs log blame commit diff stats
path: root/app/controllers/users/sessions_controller.rb
blob: 889fba502eecf5c4dc4743880004ed5c892877b5 (plain) (tree)

























                                                                     
class Users::SessionsController < Devise::SessionsController
  layout "userdata"
  # 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