Sha256: 4e72e038b7107ca43cc61cb54995db2b1390f419714ee4d5af2531c70f9ddd21

Contents?: true

Size: 189 Bytes

Versions: 15

Compression:

Stored size: 189 Bytes

Contents

class G5Updatable::LocationsController < G5Updatable::BaseUpdatableController
  def show
    @location = G5Updatable::Location.find_by_urn(params[:urn])
    render json: @location
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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