Sha256: 3bef50743ed1e676123a4b00d880045fd3dd127a1da519d2c3f1fc68f6c55be2
Contents?: true
Size: 318 Bytes
Versions: 19
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true # This controller is essential for running Capybara feature tests against the NulogySSO engine class ApplicationController < ActionController::Base include NulogySSO::ControllerHelper before_action :authenticate_sso_user def hello_world render plain: "Hello World" end end
Version data entries
19 entries across 19 versions & 1 rubygems