class Auth::ConfirmationsController < Devise::ConfirmationsController def create super end def show super end end