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