module Admin class AuthController < AdminController def login end def auth end def logout end end end