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