Class: G5Updatable::SyncsController
- Inherits:
-
BaseUpdatableController
- Object
- ActionController::Base
- BaseUpdatableController
- G5Updatable::SyncsController
- Defined in:
- app/controllers/g5_updatable/syncs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 |
# File 'app/controllers/g5_updatable/syncs_controller.rb', line 5 def index = @client.locations.max_updated_at render json: {updated_at: ()} end |