Sha256: c1f2e8fc7e790dd0dcb6831ea7ade902242e612a8502850c3e9cea1b1547d6fc
Contents?: true
Size: 272 Bytes
Versions: 14
Compression:
Stored size: 272 Bytes
Contents
class C2::Informant::LocusController < C2::BaseController respond_to(:json) def index respond_with(@locus = C2::Informant::Locus.all.order(:class_name => :asc)) end def update respond_with(@locus = C2::Information::Locus.find(params[:id])) end end
Version data entries
14 entries across 14 versions & 1 rubygems