mirror of
https://github.com/funamitech/mastodon
synced 2024-12-23 11:08:39 +09:00
4 lines
90 B
Ruby
4 lines
90 B
Ruby
class Auth::ConfirmationsController < Devise::ConfirmationsController
|
|
layout 'auth'
|
|
end
|