wedding-planner/app/controllers/users/registrations_controller.rb
Manuel Bustillo b8e6df732c
Some checks failed
Check usage of free licenses / check-licenses (pull_request) Successful in 41s
Add copyright notice / copyright_notice (pull_request) Failing after 1m30s
Run unit tests / unit_tests (pull_request) Successful in 4m41s
Generate user model, document some endpoints (missing email verification)
2024-11-30 14:24:02 +01:00

4 lines
113 B
Ruby

class Users::RegistrationsController < Devise::RegistrationsController
clear_respond_to
respond_to :json
end