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