Class: G5Updatable::FeedController
- Inherits:
-
BaseUpdatableController
- Object
- ActionController::Base
- BaseUpdatableController
- G5Updatable::FeedController
- Defined in:
- app/controllers/g5_updatable/feed_controller.rb
Instance Method Summary collapse
Instance Method Details
#update ⇒ Object
2 3 4 5 |
# File 'app/controllers/g5_updatable/feed_controller.rb', line 2 def update G5Updatable::ClientFeedProcessor.new(params[:client_uid]).work render json: {}, status: :ok end |