Configure Devise to send emails using the tenant's slug for the URL #155

Merged
bustikiller merged 4 commits from wedding-creation into main 2024-12-01 17:19:15 +00:00
Showing only changes of commit 7a80f1f5ef - Show all commits

View File

@ -13,7 +13,7 @@ RSpec.describe 'users/registrations', type: :request do
parameter Swagger::Schema::SLUG parameter Swagger::Schema::SLUG
parameter name: :body, in: :body, schema: { parameter name: :body, in: :body, schema: {
type: :object, type: :object,
required: [:user], required: [:user, :wedding],
properties: { properties: {
user: { user: {
type: :object, type: :object,