Sha256: 6da703bd5326ee8a0efec93a523f6ee3f32df0fcc2fc649aa0ca8617d13f8dfe
Contents?: true
Size: 310 Bytes
Versions: 17
Compression:
Stored size: 310 Bytes
Contents
require_dependency "front_end_builds/application_controller" module FrontEndBuilds class HostAppsController < ApplicationController def show respond_with_json({ host_app: { id: params[:id], name: Rails.application.class.parent_name } }) end end end
Version data entries
17 entries across 17 versions & 1 rubygems