Sha256: 654d818a587716e1f611ef48fcec929b9ec62564247223608b358ef29de66ca9

Contents?: true

Size: 196 Bytes

Versions: 15

Compression:

Stored size: 196 Bytes

Contents

class G5Updatable::FeedController < G5Updatable::BaseUpdatableController
  def update
    G5Updatable::ClientFeedProcessor.new(params[:client_uid]).work
    render json: {}, status: :ok
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
g5_updatable-0.10.3 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.10.2 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.10.1 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.10.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.9.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.8.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.7.2 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.7.1 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.7.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.6.1 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.6.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.5.1 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.5.0 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.4.3 app/controllers/g5_updatable/feed_controller.rb
g5_updatable-0.4.2 app/controllers/g5_updatable/feed_controller.rb