Sha256: 5da4cc75650bf3b62dce1244687367b8c14be504e4cb4ebf885c600179520334
Contents?: true
Size: 178 Bytes
Versions: 3
Compression:
Stored size: 178 Bytes
Contents
class User::PasswordsController < Devise::PasswordsController # layout 'user/login' private def after_resetting_password_path_for(resource) user_root_path end end
Version data entries
3 entries across 3 versions & 1 rubygems