Class: G5Updatable::LocationsController
- Inherits:
-
BaseUpdatableController
- Object
- ActionController::Base
- BaseUpdatableController
- G5Updatable::LocationsController
- Defined in:
- app/controllers/g5_updatable/locations_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 5 |
# File 'app/controllers/g5_updatable/locations_controller.rb', line 2 def show @location = G5Updatable::Location.find_by_urn(params[:urn]) render json: @location end |