Sha256: 471db550525cd93c2f7f12a718d02fde179e7d676b75b0cd9a085bcdd8ea7859

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

class G5Updatable::FeedController < ApplicationController
  skip_before_filter :authenticate_user!
  skip_before_filter :verify_authenticity_token

  def update
    G5Updatable::ClientFeedProcessor.new(params[:urn]).work
    render json: {}, status: :ok
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
g5_updatable-0.2.1 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.2.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.1.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.0.1 app/controllers/g5_updatable/feed_controller.rb