Commit 786e59e9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve app/controllers/registrations_controller.rb

parent 998e1c8d
class RegistrationsController < Devise::RegistrationsController
include Recaptcha::Verify
<<<<<<< HEAD
prepend EE::RegistrationsController
before_action :whitelist_query_limiting, only: [:destroy]
=======
include AcceptsPendingInvitations
>>>>>>> upstream/master
prepend EE::RegistrationsController
before_action :whitelist_query_limiting, only: [:destroy]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment