wedding-planner/app/controllers/users/registrations_controller.rb

4 lines
113 B
Ruby
Raw Normal View History

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