Sha256: 0c2377a9be1f0c41534bc1395420a3dcb9058887514daf56bc080a49c0849e47
Contents?: true
Size: 224 Bytes
Versions: 99
Compression:
Stored size: 224 Bytes
Contents
module EgovUtils class OrganizationsController < ApplicationController def district_courts ids = params[:ids] render json: Organization.district_courts([ids].flatten).collect{|o| o.id } end end end
Version data entries
99 entries across 99 versions & 1 rubygems