Sha256: 4f358394f6e370568f19cf75c2b0dbb78f540c1cb8c23ba5129f346bee6bbd83
Contents?: true
Size: 253 Bytes
Versions: 43
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true class SharedEntitiesController < ApplicationController def index return unless is_admin @idmaps = Maestrano::Connector::Rails::IdMap.where(organization_id: current_organization.id).order(:connec_entity) end end
Version data entries
43 entries across 43 versions & 1 rubygems