2
0
Fork 0
chuckya-fe-standalone/app/controllers/auth/sessions_controller.rb
2016-03-26 01:34:12 +01:00

3 lines
80 B
Ruby

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