1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-04 09:48:40 +09:00
whippy-edition/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