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

Version Path
g5_updatable-0.4.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.3.5 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.3.4 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.3.3 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.3.2 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.3.1 app/controllers/g5_updatable/feed_controller.rb