Sha256: eb5f389e0fbf00659b971efd227d5ed73ccd374b62d61789195052b87dc76e5a
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
class G5Updatable::FeedController < G5Updatable::BaseUpdatableController def update G5Updatable::ClientFeedProcessorWorker.perform_async(client_uid: params[:client_uid], location_uid: params[:location_uid]) render json: {}, status: :ok end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | app/controllers/g5_updatable/feed_controller.rb |