Class: Alchemy::Admin::BaseController

Inherits:
BaseController
  • Object
show all
Includes:
Locale, Timezone, Userstamp
Defined in:
app/controllers/alchemy/admin/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#leaveObject



28
29
30
31
# File 'app/controllers/alchemy/admin/base_controller.rb', line 28

def leave
  authorize! :leave, :alchemy_admin
  render template: "/alchemy/admin/leave", layout: !request.xhr?
end