1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-25 07:37:16 +09:00
YuruToot/app/controllers/auth/passwords_controller.rb

4 lines
82 B
Ruby
Raw Normal View History

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