about summary refs log tree commit diff
path: root/app/controllers/auth/sessions_controller.rb
blob: 42b1d4ead2e35a6ff495741ff0023d3908b29fcb (plain) (blame)
1
2
3
class Auth::SessionsController < Devise::SessionsController
  layout 'auth'
end