Sha256: ab542a845d4599a4cc8847b92ebfdcdc58ad57dffb67ef4cfc55d29e803a7ff5
Contents?: true
Size: 289 Bytes
Versions: 14
Compression:
Stored size: 289 Bytes
Contents
class C2::Informant::BucketsController < C2::BaseController respond_to(:json) def index respond_with(@locus = C2::Informant::Locus.find(params[:locus_id]).buckets) end def update respond_with(@locus = C2::Information::Locus.find(params[:locus_id]).buckets) end end
Version data entries
14 entries across 14 versions & 1 rubygems