about summary refs log tree commit diff
path: root/app/controllers/auth/confirmations_controller.rb
blob: 2fdb281f40e87be38aeeac5e4118b88a24873a0c (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Auth::ConfirmationsController < Devise::ConfirmationsController
  layout 'auth'
end