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