Sha256: e58c0d0cea89cdde3b05b1883394039451665aebde47ee5193b56f6039094aaf
Contents?: true
Size: 317 Bytes
Versions: 12
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true # This controller is essential for running Capybara feature tests against the NulogySSO engine class ApiController < ActionController::API include NulogySSO::ControllerHelper before_action :authenticate_sso_user def api_endpoint render json: {text: "Hello World"} end end
Version data entries
12 entries across 12 versions & 1 rubygems