about summary refs log tree commit diff
path: root/app/controllers/auth/confirmations_controller.rb
blob: b8e9316f10e0f52be5cc0cac2263962d64c28ef1 (plain) (blame)
1
2
3
class Auth::ConfirmationsController < Devise::ConfirmationsController
  layout 'auth'
end