Sha256: 046dcc1f52e440eeeea13605e5bdeb9f4212678742f7c3186ab6b2ff729b298e
Contents?: true
Size: 271 Bytes
Versions: 6
Compression:
Stored size: 271 Bytes
Contents
class G5Updatable::FeedController < ApplicationController skip_before_filter :authenticate_user! skip_before_filter :verify_authenticity_token def update G5Updatable::ClientFeedProcessor.new(params[:client_uid]).work render json: {}, status: :ok end end
Version data entries
6 entries across 6 versions & 1 rubygems