Sha256: 8a4035efbc6ddef687a8a09bec244f7ec3efb90bd37c06d0bef069cd6c6a05b7
Contents?: true
Size: 376 Bytes
Versions: 63
Compression:
Stored size: 376 Bytes
Contents
module Mumuki::Laboratory::Controllers::CurrentOrganization def set_current_organization! Organization.find_by!(name: organization_name).switch! rescue => e Organization.base.switch! raise e end def organization_name Mumukit::Platform.organization_name(request) end def visit_organization! current_user.visit!(Organization.current) end end
Version data entries
63 entries across 63 versions & 1 rubygems