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
2016-03-26 01:14:37 +01:00

4 lines
82 B
Ruby

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