Configure letter opener to read emails via web UI #150

Merged
bustikiller merged 3 commits from letter-opener into main 2024-11-30 18:17:46 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 7803df7494 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class Users::ConfirmationsController < Devise::ConfirmationsController class Users::ConfirmationsController < Devise::ConfirmationsController
clear_respond_to clear_respond_to
respond_to :json respond_to :json

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper' require 'swagger_helper'
RSpec.describe 'users/confirmations', type: :request do RSpec.describe 'users/confirmations', type: :request do