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

8 lines
242 B
Ruby
Raw Normal View History

class Users::SessionsController < Devise::SessionsController
clear_respond_to
respond_to :json
# skip_before_action :authenticate_user!, only: %i[create]
# skip_before_action :verify_authenticity_token, if: :development_swagger?
end