rosa-build/app/controllers/users/confirmations_controller.rb

4 lines
98 B
Ruby

class Users::ConfirmationsController < Devise::ConfirmationsController
layout 'application'
end